|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.egothor.core.Filter
org.egothor.parser.filter.Phonetics
public final class Phonetics
| Field Summary | |
|---|---|
static int |
DDUP
Description of the Field |
DoubleMetaphone |
dm
Description of the Field |
static int |
MPH
Description of the Field |
static int |
NONE
Description of the Field |
Nysiis |
ny
Description of the Field |
static int |
NYSIIS
Description of the Field |
| Fields inherited from class org.egothor.core.Filter |
|---|
prev |
| Constructor Summary | |
|---|---|
Phonetics(Sequence<Token> arg0)
Constructor for the Phonetics object. |
|
| Method Summary | |
|---|---|
Token |
next()
Return the next token. |
void |
setType(int type)
Set the type of this phonetics filter. |
| Methods inherited from class org.egothor.core.Filter |
|---|
action, getPrevTokenizer, setPrevTokenizer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int NONE
public static final int MPH
public static final int NYSIIS
public static final int DDUP
public DoubleMetaphone dm
public Nysiis ny
| Constructor Detail |
|---|
public Phonetics(Sequence<Token> arg0)
TO-DO dm and ny attributes should
be static.
arg0 - Description of the Parameter| Method Detail |
|---|
public void setType(int type)
type - The new type valueNONE,
MPH,
NYSIIS,
DDUPpublic Token next()
next in interface Sequence<Token>next in class Filterorg.egothor.core.Tokenizer#next()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||