RiTa
index
Name getSoundsLike()
Class RiWordnet
Description Returns up to maxResults of the specified pos that match the soundex code of the given word.
Syntax
getSoundsLike(pattern, posStr);
getSoundsLike(pattern, posStr, maxResults);
Parameters
pattern  
posStr  
maxResults  
Returns java.lang.String[]
Usage Web & Application
Related