Jaa


Language.NoiseResponse(String) Method

Definition

Test to see if a word can be ignored in a resposne.

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

Parameters

word
String

Word to test.

Returns

True if word is a NonWord(String) or stop words.

Applies to