Searched refs:Soundex (Results 1 - 1 of 1) sorted by relevance

/external/apache-http/src/org/apache/commons/codec/language/
H A DSoundex.java23 * Encodes a string into a Soundex value. Soundex is an encoding used to relate similar names, but can also be used as a
27 * @version $Id: Soundex.java,v 1.26 2004/07/07 23:15:24 ggregory Exp $
29 public class Soundex implements StringEncoder { class in inherits:StringEncoder
32 * An instance of Soundex using the US_ENGLISH_MAPPING mapping.
36 public static final Soundex US_ENGLISH = new Soundex();
54 * @see Soundex#Soundex(char[])
85 * The maximum length of a Soundex cod
103 public Soundex() { method in class:Soundex
117 public Soundex(char[] mapping) { method in class:Soundex
[all...]

Completed in 67 milliseconds