public interface Transformator
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.String transform(java.lang.String word)
word
- the word to transformchar[] getReplaceList()