Share via


CustomStopWordsRemovingEstimator.Options 类

定义

使用非索引字删除器,它可以删除特定于语言的非索引词列表, (系统中已定义的最常见单词) 。

public sealed class CustomStopWordsRemovingEstimator.Options : Microsoft.ML.Transforms.Text.IStopWordsRemoverOptions
type CustomStopWordsRemovingEstimator.Options = class
    interface IStopWordsRemoverOptions
Public NotInheritable Class CustomStopWordsRemovingEstimator.Options
Implements IStopWordsRemoverOptions
继承
CustomStopWordsRemovingEstimator.Options
实现

构造函数

CustomStopWordsRemovingEstimator.Options()

使用非索引字删除器,它可以删除特定于语言的非索引词列表, (系统中已定义的最常见单词) 。

字段

StopWords

要删除的停止字词列表。

适用于