2 writes to _wordFeatureExtractor
Microsoft.ML.Transforms (2)
Text\TextFeaturizingEstimator.cs (2)
433
_wordFeatureExtractor
= OptionalSettings.WordFeatureExtractorFactory;
675
estimator.
_wordFeatureExtractor
= args.WordFeatureExtractorFactory;
1 reference to _wordFeatureExtractor
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
387
WordExtractorFactory = parent.
_wordFeatureExtractor
?.CreateComponent(host, parent._dictionary);