2 references to Words
Microsoft.ML.Samples (2)
Dynamic\Transforms\Text\TokenizeIntoWords.cs (2)
51Console.WriteLine($"Number of words: {prediction.Words.Length}"); 54Console.WriteLine($"\nWords: {string.Join(",", prediction.Words)}");