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