|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Transformator
An interface for all Transformators - which take a dictionary word and converts into its phonetic hash. These phonetic hashes are useful for determining what other words are similar to it, and then list those words as suggestions.
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 |
---|
java.lang.String transform(java.lang.String word)
word
- the word to transform
char[] getReplaceList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |