HomeSort by relevance Sort by last modified time
    Searched defs:metaphone (Results 1 - 3 of 3) sorted by null

  /external/apache-http/src/org/apache/commons/codec/language/
Metaphone.java 23 * Encodes a string into a metaphone value.
29 * <CITE>Hanging on the Metaphone</CITE> by <CITE>Lawrence Philips</CITE> in <CITE>Computer Language of Dec. 1990, p
34 * @version $Id: Metaphone.java,v 1.20 2004/06/05 18:32:04 ggregory Exp $
36 public class Metaphone implements StringEncoder {
44 * Variable used in Metaphone algorithm
49 * Variable used in Metaphone algorithm
54 * The max code length for metaphone is 4
59 * Creates an instance of the Metaphone encoder
61 public Metaphone() {
66 * Find the metaphone value of a String. This is similar to th
75 public String metaphone(String txt) { method in class:Metaphone
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 

Completed in 49 milliseconds