TextFeaturizingEstimator.Options.StopWordsRemoverOptions 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.
Option to set type of stop word remover to use. The following options are available
- The StopWordsRemovingEstimator.Options removes the language specific list of stop words from the input.
- The CustomStopWordsRemovingEstimator.Options uses user provided list of stop words.
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