共用方式為


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

要移除的停用字詞清單。

適用於