OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:metaphone
(Results
1 - 2
of
2
) 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
...]
/prebuilt/common/http-client/
commons-codec-1.4.jar
Completed in 38 milliseconds