CustomStopWordsRemovingEstimator.Options 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用非索引字删除器,它可以删除特定于语言的非索引词列表, (系统中已定义的最常见单词) 。
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 |
要删除的停止字词列表。 |