RiTa
index
Name getDerivedTerms()
Class RiWordnet
Description Returns derived terms for the id, or null if not found
Holds for adverbs
Example: happily -> [jubilant, blithe, gay, mirthful, merry, happy]
Syntax
getDerivedTerms(id);
getDerivedTerms(query, pos);
Parameters
query  
pos  
Returns java.lang.String[]
Usage Web & Application
Related