IStopWordList.IsStopWord MethodIStopWordList.IsStopWord MethodIStopWordList::IsStopWord Method
- XmlPrime 1.5
- Other Versions ▼
Determines whether word is a stop 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
true
True
true
if word is a stop word.; otherwise, false
False
false
.