Share via


TextFeaturizingEstimator.Options.StopWordsRemoverOptions Property

Definition

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.
public Microsoft.ML.Transforms.Text.IStopWordsRemoverOptions StopWordsRemoverOptions { get; set; }
member this.StopWordsRemoverOptions : Microsoft.ML.Transforms.Text.IStopWordsRemoverOptions with get, set
Public Property StopWordsRemoverOptions As IStopWordsRemoverOptions

Property Value

Applies to