CustomStopWordsRemovingEstimator.Options Class     
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.
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.IStopWordsRemoverOptionstype CustomStopWordsRemovingEstimator.Options = class
    interface IStopWordsRemoverOptionsPublic NotInheritable Class CustomStopWordsRemovingEstimator.Options
Implements IStopWordsRemoverOptions- Inheritance
- 
				CustomStopWordsRemovingEstimator.Options
- Implements
Constructors
| CustomStopWordsRemovingEstimator.Options() | 
Fields
| StopWords | List of stop words to remove. |