1 write to StopWords
Microsoft.ML.Tests (1)
Transformers\TextFeaturizerTests.cs (1)
246
StopWords
= new[] { "stop", "words" }
1 reference to StopWords
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
171
var stopwords = (_stopWordsRemoverOptions as CustomStopWordsRemovingEstimator.Options).
StopWords
;