1 write to WordExtractorFactory
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
381
WordExtractorFactory
= parent._wordFeatureExtractor?.CreateComponent(host, parent._dictionary);
5 references to WordExtractorFactory
Microsoft.ML.Transforms (5)
Text\TextFeaturizingEstimator.cs (5)
337
public bool NeedsWordTokenizationTransform { get { return
WordExtractorFactory
!= null || NeedsRemoveStopwordsTransform || !string.IsNullOrEmpty(OutputTextTokensColumnName); } }
358
(
WordExtractorFactory
== null ? true :
WordExtractorFactory
.UseHashingTrick) &&
510
if (tparams.
WordExtractorFactory
!= null)
514
chain = AddToChainAndTransform(chain, tparams.
WordExtractorFactory
.Create(h, view, new[] {