TextFeaturizingEstimator.Options.WordFeatureExtractor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Ngram feature extractor to use for words (WordBag/WordHashBag).
Set to null
to turn off n-gram generation for words.
public Microsoft.ML.Transforms.Text.WordBagEstimator.Options WordFeatureExtractor { get; set; }
member this.WordFeatureExtractor : Microsoft.ML.Transforms.Text.WordBagEstimator.Options with get, set
Public Property WordFeatureExtractor As WordBagEstimator.Options