Jaa


Language.ArticleOrNone(String) Method

Definition

Test a word for articles or noise.

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

Parameters

word
String

Word to test.

Returns

True if word is NonWord(String) or an article.

Applies to