Implements the Soundex and Extended Soundex algorithms using English soundex encoding. The framework is
an interface and is table-driven thus allowing easy substitution for other algorithms and encodings.
Components
- DefaultSoundexTable
- An implementation of SoundexTable that produces the standard Soundex encoding.
- ExtendedSoundex
- An implementation of Soundex that does not preserve the initial character.
- Soundex
- An implementation of the standard Soundex algoritem.
- SoundexTable
- An interface the defines how to encode characters.
All trademarks and copyrights are the property of their respective owners.
Copyright © 2002-2004 by Xenei.com, All Rights Reserved