Share via


CustomStopWordsRemovingEstimator.Options Class

Definition

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

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

Constructors

CustomStopWordsRemovingEstimator.Options()

Fields

StopWords

List of stop words to remove.

Applies to