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