Reference

Class

RiTa

Name

presentPart

Description Returns the present participle form of the verb.
Example
RiTa.presentPart("sit"); // returns -> sitting
Parameters
Stringthe root form of the verb
Returns
Stringthe present participle form of the verb
Syntax
RiTa.presentPart(verb);
Platform Java / JavaScript