|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for all Transformators - which take a dictionary word and converts into its phonetic hash. These phonetic hashs are useful for determining what other words are similiar to it, and then list those words as suggestsions.
Method Summary | |
char[] |
getReplaceList()
gets the list of characters that should be swapped in to the misspelled word in order to try to find more suggestions. |
java.lang.String |
transform(java.lang.String word)
Take the given word, and return the best phonetic hash for it. |
Method Detail |
public java.lang.String transform(java.lang.String word)
public char[] getReplaceList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |