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 6161import org .apache .commons .codec .StringEncoder ;
6262
6363/**
64- * DoubleMetaphone Java Implementation
65- * from the algorithm by Lawrence Philips.
64+ * Encodes a string into a double metaphone value.
65+ * This Implementation is based on the algorithm by Lawrence Philips.
6666 * <ul>
6767 * <li>Original Article: <a
6868 * href="http://www.cuj.com/documents/s=8038/cuj0006philips/">
7373 *
7474 * @author <a href="mailto:ben@walstrum.com">Benjamin Walstrum</a>
7575 * @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
76- * @version $Id: DoubleMetaphone.java,v 1.13 2003/11/07 21:32:41 ggregory Exp $
76+ * @version $Id: DoubleMetaphone.java,v 1.14 2003/11/07 23:12:54 ggregory Exp $
7777 */
7878public class DoubleMetaphone implements StringEncoder {
7979
Original file line number Diff line number Diff line change 6161import org .apache .commons .codec .StringEncoder ;
6262
6363/**
64- * A class to generate phonetic code .
64+ * Encodes a string into a metaphone value .
6565 * The initial Java implementation, William B. Brogden. December, 1997
6666 * Permission given by wbrogden for code to be used anywhere.
6767 *
7272 * @author bayard@generationjava.com
7373 * @author Tim O'Brien
7474 * @author Gary Gregory
75- * @version $Id: Metaphone.java,v 1.9 2003/11/07 22:38:03 ggregory Exp $
75+ * @version $Id: Metaphone.java,v 1.10 2003/11/07 23:12:54 ggregory Exp $
7676 */
7777public class Metaphone implements StringEncoder {
7878
You can’t perform that action at this time.
0 commit comments