Class |
RiTa |
||||
---|---|---|---|---|---|
Name |
spellsLike |
||||
Description | Compares the letters 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.spellsLike("happy"); |
||||
Parameters |
|
||||
Returns |
|
||||
Related | RiTa.soundsLike() | ||||
Syntax |
RiTa.spellsLike(word) |
||||
Platform | Java / JavaScript | ||||