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