Class |
RiTa |
||
---|---|---|---|
Name |
isNoun |
||
Description | Returns true if the word has a noun form. That is, if any of its possible parts of speech are any variant of a noun in the Penn tag set(e.g. nn, nns, nnp, nnps) | ||
Example |
RiTa.isNoun("cat"); |
||
Parameters |
|
||
Returns |
|
||
Syntax |
RiTa.isNoun(word); |
||
Platform | Java / JavaScript | ||