StopWordsRemovingEstimator.Options Class

Definition

Use stop words remover that can remove language-specific list of stop words (most common words) already defined in the system.

public sealed class StopWordsRemovingEstimator.Options : Microsoft.ML.Transforms.Text.IStopWordsRemoverOptions
type StopWordsRemovingEstimator.Options = class
    interface IStopWordsRemoverOptions
Public NotInheritable Class StopWordsRemovingEstimator.Options
Implements IStopWordsRemoverOptions
Inheritance
StopWordsRemovingEstimator.Options
Implements

Constructors

StopWordsRemovingEstimator.Options()

Fields

Language

Language of the text dataset. 'English' is default.

Applies to