|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.swabunga.spell.engine.BanglaMetaphone
public class BanglaMetaphone
Constructor Summary | |
---|---|
BanglaMetaphone()
|
Method Summary | |
---|---|
static java.lang.String |
Dec2Hex(int valDec)
|
char[] |
getReplaceList()
gets the list of characters that should be swapped in to the misspelled word in order to try to find more suggestions. |
static void |
printUnicode(java.lang.String word)
|
java.lang.String |
transform(java.lang.String word)
Take the given word, and return the best phonetic hash for it. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BanglaMetaphone()
Method Detail |
---|
public char[] getReplaceList()
Transformator
getReplaceList
in interface Transformator
public java.lang.String transform(java.lang.String word)
Transformator
transform
in interface Transformator
public static void printUnicode(java.lang.String word)
public static java.lang.String Dec2Hex(int valDec)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |