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