4 references to WordTokenizingEstimator
Microsoft.ML.Tests (3)
Transformers\TextFeaturizerTests.cs (3)
469var est = new WordTokenizingEstimator(ML, "words", "text") 494var est = new WordTokenizingEstimator(Env, "words", "text", separators: new[] { ' ', '?', '!', '.', ',' }); 629var est = new WordTokenizingEstimator(ML, "text", "text")
Microsoft.ML.Transforms (1)
Text\TextCatalog.cs (1)
233=> new WordTokenizingEstimator(Contracts.CheckRef(catalog, nameof(catalog)).GetEnvironment(), outputColumnName, inputColumnName, separators);