1 write to _stopWordsRemoverOptions
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
162
_stopWordsRemoverOptions
= value;
6 references to _stopWordsRemoverOptions
Microsoft.ML.Transforms (6)
Text\TextFeaturizingEstimator.cs (6)
159
get { return
_stopWordsRemoverOptions
; }
164
if (
_stopWordsRemoverOptions
!= null)
166
if (
_stopWordsRemoverOptions
is StopWordsRemovingEstimator.Options)
169
Language = (
_stopWordsRemoverOptions
as StopWordsRemovingEstimator.Options).Language;
171
else if (
_stopWordsRemoverOptions
is CustomStopWordsRemovingEstimator.Options)
173
var stopwords = (
_stopWordsRemoverOptions
as CustomStopWordsRemovingEstimator.Options).StopWords;