TextFeaturizingEstimator.Options Class

Definition

Advanced options for the TextFeaturizingEstimator.

public sealed class TextFeaturizingEstimator.Options : Microsoft.ML.Transforms.TransformInputBase
type TextFeaturizingEstimator.Options = class
    inherit TransformInputBase
Public NotInheritable Class TextFeaturizingEstimator.Options
Inherits TransformInputBase
Inheritance
TextFeaturizingEstimator.Options

Constructors

TextFeaturizingEstimator.Options()

Fields

CaseMode
KeepDiacritics
KeepNumbers
KeepPunctuations
Norm

Norm of the output vector. It will be normalized to one.

OutputTokensColumnName

Properties

CharFeatureExtractor

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

StopWordsRemoverOptions

Option to set type of stop word remover to use. The following options are available

Setting this to 'null' does not remove stop words from the input.
WordFeatureExtractor

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

Applies to