IStopWordList.IsStopWord MethodIStopWordList.IsStopWord MethodIStopWordList::IsStopWord Method

Determines whether word is a stop word.

Syntax

Function IsStopWord( _
    language As String, _
    word As String _
) As Boolean
bool IsStopWord(
    string language,
    string word
)
bool IsStopWord(
    String^ language, 
    String^ word
)
 

Parameters

language

Type: System.StringSystem.StringSystem::String^

The language.

word

Type: System.StringSystem.StringSystem::String^

The word.

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if word is a stop word.; otherwise, falseFalsefalse.