RiTa
index
Name getEndsWith()
Class RiWordnet
Description Returns up to maxResults of the specified pos ending with the given word.

Example: 'table' returns 'turntable' & 'uncomfortable'

Syntax
getEndsWith(word, posStr);
getEndsWith(word, posStr, maxResults);
Parameters
word  
posStr  
maxResults  
Returns java.lang.String[]
Usage Web & Application
Related