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 3838 * <ul>
3939 *
4040 * <li>
41- * <h3>First step :</h3>
41+ * <h3>Step 1 :</h3>
4242 * After preprocessing (convertion to upper case, transcription of <a
4343 * href="http://en.wikipedia.org/wiki/Germanic_umlaut">germanic umlauts</a>, removal of non alphabetical characters) the
4444 * letters of the supplied text are replaced by their phonetic code according to the folowing table.
158158 * </li>
159159 *
160160 * <li>
161- * <h3>Second step :</h3>
161+ * <h3>Step 2 :</h3>
162162 * Collapse of all multiple consecutive code digits.
163163 * <h4>Example:</h4>
164164 * {@code "6005507500206880022" => "6050750206802"}</li>
165165 *
166166 * <li>
167- * <h3>Third step :</h3>
167+ * <h3>Step 3 :</h3>
168168 * Removal of all codes “0” except at the beginning. This means that two or more identical consecutive digits can occur
169169 * if they occur after removing the "0" digits.
170170 *
You can’t perform that action at this time.
0 commit comments