Class |
RiTa |
||
---|---|---|---|
Name |
isVerb |
||
Description | Returns true for if word has a verb form. That is, if any of its possible parts of speech are any variant of a verb in the Penn tag set (e.g. vb, vbg, vbd, vbp, vbz) | ||
Example |
RiTa.isVerb("run"); |
||
Parameters |
|
||
Returns |
|
||
Syntax |
RiTa.isVerb(word); |
||
Platform | Java / JavaScript | ||