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)
159get { return _stopWordsRemoverOptions; } 164if (_stopWordsRemoverOptions != null) 166if (_stopWordsRemoverOptions is StopWordsRemovingEstimator.Options) 169Language = (_stopWordsRemoverOptions as StopWordsRemovingEstimator.Options).Language; 171else if (_stopWordsRemoverOptions is CustomStopWordsRemovingEstimator.Options) 173var stopwords = (_stopWordsRemoverOptions as CustomStopWordsRemovingEstimator.Options).StopWords;