次の方法で共有


Language.NoiseResponse(String) メソッド

定義

resposne で単語を無視できるかどうかをテストします。

public static bool NoiseResponse(string word);
static member NoiseResponse : string -> bool
Public Shared Function NoiseResponse (word As String) As Boolean

パラメーター

word
String

テストする Word。

戻り値

True を指定すると、単語が または NonWord(String) ストップ ワードになります。

適用対象