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