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

Example: 'turn' returns 'turntable'

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