Class |
RiTa |
||||
---|---|---|---|---|---|
Name |
soundsLike |
||||
Description | Compares the phonemes of the input word (using a version of the Levenstein min-edit distance algorithm) to each word in the lexicon, returning the set of closest matches. | ||||
Example |
RiTa.soundsLike("happy"); |
||||
Parameters |
|
||||
Returns |
|
||||
Related | RiTa.spellsLike() | ||||
Syntax |
RiTa.soundsLike(word); |
||||
Platform | Java / JavaScript | ||||