Constructs a phonetic encoder of type "metaphone".
Parameters:
maxLength - the maximal length of the keys to generate by
this MetaphoneEncoder. If the given
length is lower than zero, the lengths of the generated
keys are only limited by the size of the words to encode.
Method Detail
isVowel
protected static boolean isVowel(java.lang.String string,
int pos)
match
protected static boolean match(java.lang.String string,
int pos,
java.lang.String[] strings)
match
protected static boolean match(java.lang.String string,
int pos,
char c)