RiTa
index
Name similarByLetter()
Class RiLexicon
Description Compares the characters of the input string (using a version of the min-edit distance algorithm) to each word in the lexicon, returning the set of closest matches.
Syntax
similarByLetter(input);
similarByLetter(input, result, minMed, preserveLength);
Returns java.lang.String[]
Usage Web & Application
Related