3 references to NeedsRemoveStopwordsTransform
Microsoft.ML.Transforms (3)
Text\TextFeaturizingEstimator.cs (3)
337
public bool NeedsWordTokenizationTransform { get { return WordExtractorFactory != null ||
NeedsRemoveStopwordsTransform
|| !string.IsNullOrEmpty(OutputTextTokensColumnName); } }
490
if (tparams.
NeedsRemoveStopwordsTransform
)
532
var srcCols = tparams.
NeedsRemoveStopwordsTransform
? wordTokCols : textCols;