Class |
RiTa |
||
---|---|---|---|
Name |
isStopWord |
||
Description | Returns true if the word is a 'stop word', a commonly used word that is often ignored in text processing. To use your own list, set RiTa.STOP_WORDS to a new array of (lowercase) words. . |
||
Example |
RiTa.isStopWord("the"); |
||
Parameters |
|
||
Returns |
|
||
Syntax |
RiTa.isStopWord(word); |
||
Platform | Java / JavaScript | ||