TextFeaturizingEstimator.Options.CharFeatureExtractor 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 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