|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.phonetic.impl.SoundexFR
Encode a string using a version of French Soundex algorithm (Soundex2).
Field Summary | |
static java.lang.String |
ENCODING_TYPE
Informative String about the encoding type this encoder does |
Constructor Summary | |
SoundexFR()
Creates a new Soundex encoder |
Method Summary | |
java.lang.String |
encode(java.lang.String str)
Encode a string phoneticaly with SoundEx. |
java.lang.String |
getEncodingType()
Getter for the encoding type attribute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String ENCODING_TYPE
Constructor Detail |
public SoundexFR()
Method Detail |
public java.lang.String encode(java.lang.String str)
str
- The string to encode
PhoneticEncoderException
- if the encoding fails.public java.lang.String getEncodingType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.