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