次の方法で共有


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

削除する停止単語の一覧。

適用対象