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