1 write to Stopwords
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
174Stopwords = stopwords,
4 references to Stopwords
Microsoft.ML.Transforms (4)
Text\StopWordsRemovingTransformer.cs (4)
737if (Utils.Size(Stopwords) > 0) 738return new CustomStopWordsRemovingTransformer(env, Stopwords, column.Select(x => (x.Name, x.Source)).ToArray()); 1044if (Utils.Size(options.Stopwords) > 0) 1045transfrom = new CustomStopWordsRemovingTransformer(env, options.Stopwords, cols);