RiTa
index
Name getRegexMatch()
Class RiWordnet
Description Returns up to maxResults of the specified pos Example: 'table' returns 'turntable' & 'uncomfortable'
Syntax
getRegexMatch(pattern, posStr);
getRegexMatch(pattern, posStr, maxResults);
Parameters
pattern  
posStr  
maxResults  
Returns java.lang.String[]
Usage Web & Application
Related