File tree Expand file tree Collapse file tree
src/java/org/apache/commons/codec/language Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757import org .apache .commons .codec .StringEncoder ;
5858
5959/**
60- * Encodes a string into a soundex value. Sounde is an encoding used to
61- * relate similar names, but can also be used as a general purpose
62- * scheme to find word with similar phonemes.
60+ * Encodes a string into a refined soundex value.
61+ * A refined soundex code is optimized for spell checking word.
62+ * "Soundex" method originally developed by Margaret Odell and
63+ * Robert Russell
6364 *
6465 * <!-- This link is broken: -->
6566 * <!-- @see <a href="http://www.bluepoof.com/Soundex/info2.html">http://www.bluepoof.com/Soundex/info2.html</a> -->
6667 *
6768 * @author tobrien@transolutions.net
6869 * @author ggregory@seagullsw.com
69- * @version $Revision: 1.2 $ $Date: 2003/05/12 17:09:38 $
70+ * @version $Revision: 1.3 $ $Date: 2003/05/12 17:17:24 $
7071 */
7172public class RefinedSoundex implements StringEncoder {
7273
Original file line number Diff line number Diff line change 5757import org .apache .commons .codec .StringEncoder ;
5858
5959/**
60- * Encodes a string into a refined soundex value.
61- * A refined soundex code is optimized for spell checking word.
62- * "Soundex" method originally developed by Margaret Odell and
63- * Robert Russell
60+ * Encodes a string into a soundex value. Soundex is an encoding used to
61+ * relate similar names, but can also be used as a general purpose
62+ * scheme to find word with similar phonemes.
6463 *
6564 * <!-- This link is broken: -->
6665 * <!-- @see <a href="http://www.bluepoof.com/Soundex/info2.html">http://www.bluepoof.com/Soundex/info2.html</a> -->
6766 *
6867 * @author bayard@generationjava.com
6968 * @author tobrien@transolutions.net
7069 * @author ggregory@seagullsw.com
71- * @version $Revision: 1.2 $ $Date: 2003/05/12 17:09:38 $
70+ * @version $Revision: 1.3 $ $Date: 2003/05/12 17:17:24 $
7271 *
7372 * @todo Internationalize Exception Messages
7473 */
You can’t perform that action at this time.
0 commit comments