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.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. |