File tree Expand file tree Collapse file tree
main/java/org/apache/commons/codec/language
test/java/org/apache/commons/codec/language Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626/**
2727 * Encodes a string into a Cologne Phonetic value.
2828 * <p>
29- * Implements the <a href="https://de.wikipedia.org/wiki/K%C3%B6lner_Phonetik">Kölner Phonetik</a> (Cologne
30- * Phonetic ) algorithm issued by Hans Joachim Postel in 1969.
29+ * Implements the <a href="https://de.wikipedia.org/wiki/K%C3%B6lner_Phonetik">Kölner Phonetik</a>
30+ * (<a href="https://en.wikipedia.org/wiki/Cologne_phonetics">Cologne phonetics</a> ) algorithm issued by Hans Joachim Postel in 1969.
3131 * </p>
3232 * <p>
3333 * The <em>Kölner Phonetik</em> is a phonetic algorithm which is optimized for the German language. It is related to
176176 * This class is thread-safe.
177177 * </p>
178178 *
179+ * @see <a href="https://en.wikipedia.org/wiki/Cologne_phonetics">Wikipedia: Cologne phonetics</a>
179180 * @see <a href="https://de.wikipedia.org/wiki/K%C3%B6lner_Phonetik">Wikipedia (de): Kölner Phonetik (in German)</a>
180181 * @since 1.5
181182 */
Original file line number Diff line number Diff line change 3232import org .opentest4j .AssertionFailedError ;
3333
3434/**
35- * Tests the {@code ColognePhonetic} class.
35+ * Tests the {@link ColognePhonetic} class.
3636 *
3737 * <p>
3838 * Keep this file in UTF-8 encoding for proper Javadoc processing.
You can’t perform that action at this time.
0 commit comments