Language and phonetic encoders.
See: Description
Class Summary | |
---|---|
DoubleMetaphone | Encodes a string into a double metaphone value. |
DoubleMetaphone.DoubleMetaphoneResult | Inner class for storing results, since there is the optional alternate encoding. |
Metaphone | Encodes a string into a metaphone value. |
RefinedSoundex | Encodes a string into a Refined Soundex value. |
Soundex | Encodes a string into a Soundex value. |
SoundexUtils | Utility methods for {@link Soundex} and {@link RefinedSoundex} classes. |