8 writes to Text
Microsoft.ML.Samples (8)
Dynamic\Transforms\Text\ProduceNgrams.cs (8)
20
new TextData(){
Text
= "This is an example to compute n-grams." },
21
new TextData(){
Text
= "N-gram is a sequence of 'N' consecutive " +
24
new TextData(){
Text
= "ML.NET's ProduceNgrams API produces " +
27
new TextData(){
Text
= "Each position in the vector corresponds " +
30
new TextData(){
Text
= "The value at each position corresponds " +
33
new TextData(){
Text
= "the number of times n-gram occurred in " +
36
new TextData(){
Text
= "the inverse of the number of documents " +
39
new TextData(){
Text
= "or compute both and multiply together " +