StopWordsRemovingEstimator.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 remove language-specific list of stop words (most common words) already defined in the system.
public sealed class StopWordsRemovingEstimator.Options : Microsoft.ML.Transforms.Text.IStopWordsRemoverOptionstype StopWordsRemovingEstimator.Options = class
    interface IStopWordsRemoverOptionsPublic NotInheritable Class StopWordsRemovingEstimator.Options
Implements IStopWordsRemoverOptions- Inheritance
- 
				StopWordsRemovingEstimator.Options
- Implements
Constructors
| StopWordsRemovingEstimator.Options() | 
Fields
| Language | Language of the text dataset. 'English' is default. |