Jaa


Language.NoiseWord(String) Method

Definition

Test to see if a word is all noise.

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

Parameters

word
String

Word to test.

Returns

True if word is a number, a NonWord(String) or a stop word."/>.

Applies to