Share via


TextFeaturizingEstimator.Options.WordFeatureExtractor Property

Definition

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

Property Value

Applies to