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 |
削除する停止単語の一覧。 |