File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/codec/language Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323/**
2424 * Encodes a string into a double metaphone value.
2525 * This Implementation is based on the algorithm by <CITE>Lawrence Philips</CITE>.
26- * <ul>
27- * <li>Original Article: <a
28- * href="http://www.cuj.com/documents/s=8038/cuj0006philips/">
29- * http://www.cuj.com/documents/s=8038/cuj0006philips/</a></li>
30- * <li>Original Source Code: <a href="ftp://ftp.cuj.com/pub/2000/1806/philips.zip">
31- * ftp://ftp.cuj.com/pub/2000/1806/philips.zip</a></li>
32- * </ul>
33- *
26+ *
27+ * @see <a href="http://drdobbs.com/184401251?pgno=2">Original Article</a>
28+ * @see <a href="http://en.wikipedia.org/wiki/Metaphone">http://en.wikipedia.org/wiki/Metaphone</a>
29+ *
3430 * @author Apache Software Foundation
3531 * @version $Id$
3632 */
You can’t perform that action at this time.
0 commit comments