6 writes to Text
Microsoft.ML.Samples (6)
Dynamic\Transforms\Text\ProduceHashedWordBags.cs (6)
19
new TextData(){
Text
= "This is an example to compute " +
22
new TextData(){
Text
= "ML.NET's ProduceHashedWordBags API " +
26
new TextData(){
Text
= "It does so by first tokenizing " +
29
new TextData(){
Text
= "computing n-grams and hash them to the " +
32
new TextData(){
Text
= "The hashing reduces the size of the " +
35
new TextData(){
Text
= "which is useful in case when number of" +