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 6060 * Encodes a string into a soundex value. Sounde is an encoding used to
6161 * relate similar names, but can also be used as a general purpose
6262 * scheme to find word with similar phonemes.
63- * More information may be found at: http://www.bluepoof.com/Soundex/info2.html
63+ *
64+ * <!-- This link is broken: -->
65+ * <!-- @see <a href="http://www.bluepoof.com/Soundex/info2.html">http://www.bluepoof.com/Soundex/info2.html</a> -->
6466 *
6567 * @author tobrien@transolutions.net
6668 * @author ggregory@seagullsw.com
67- * @version $Revision: 1.1 $ $Date: 2003/04/25 17:50:56 $
69+ * @version $Revision: 1.2 $ $Date: 2003/05/12 17:09:38 $
6870 */
6971public class RefinedSoundex implements StringEncoder {
7072
Original file line number Diff line number Diff line change 6060 * Encodes a string into a refined soundex value.
6161 * A refined soundex code is optimized for spell checking word.
6262 * "Soundex" method originally developed by Margaret Odell and
63- * Robert Russell
63+ * Robert Russell
6464 *
65- * http://www.bluepoof.com/Soundex/info2.html
65+ * <!-- This link is broken: -->
66+ * <!-- @see <a href="http://www.bluepoof.com/Soundex/info2.html">http://www.bluepoof.com/Soundex/info2.html</a> -->
6667 *
6768 * @author bayard@generationjava.com
6869 * @author tobrien@transolutions.net
69- * @version $Revision: 1.1 $ $Date: 2003/04/25 17:50:56 $
70+ * @author ggregory@seagullsw.com
71+ * @version $Revision: 1.2 $ $Date: 2003/05/12 17:09:38 $
7072 *
7173 * @todo Internationalize Exception Messages
7274 */
You can’t perform that action at this time.
0 commit comments