RiTa
index
Name isStem()
Class RiWordnet
Description Returns true if 'word' exists with 'pos' and is equal (via String.equals()) to any of its stem forms, else false;
Syntax
isStem(word, pos);
Parameters
query  
pos  
Returns boolean
Usage Web & Application
Related