Share via


TextFeaturizingEstimator.Options.CharFeatureExtractor Property

Definition

Ngram feature extractor to use for characters (WordBag/WordHashBag). Set to null to turn off n-gram generation for characters.

public Microsoft.ML.Transforms.Text.WordBagEstimator.Options CharFeatureExtractor { get; set; }
member this.CharFeatureExtractor : Microsoft.ML.Transforms.Text.WordBagEstimator.Options with get, set
Public Property CharFeatureExtractor As WordBagEstimator.Options

Property Value

Applies to