Class |
RiTa |
||
---|---|---|---|
Name |
isAdjective |
||
Description | Returns true if word has an adjective form. That is, if any of its possible parts of speech are any variant of an adjective in the Penn tag set (e.g. jj, jjr, jjs) | ||
Example |
RiTa.isAdjective("cold"); |
||
Parameters |
|
||
Returns |
|
||
Syntax |
RiTa.isAdjective(word); |
||
Platform | Java / JavaScript | ||