Class |
RiTa |
||
---|---|---|---|
Name |
isAdverb |
||
Description | Returns true if the word has an adverb form. That is, if any of its possible parts of speech are any variant of an adverb in the Penn tag set (e.g. rb, rbr, rbs) | ||
Example |
RiTa.isAdverb("sleepily"); |
||
Parameters |
|
||
Returns |
|
||
Syntax |
RiTa.isAdverb(word); |
||
Platform | Java / JavaScript | ||