|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.evanmclean.evlib.text.FuzzyLexicon
public class FuzzyLexicon
Produced by FuzzyCompare to perform fuzzy comparisons between
strings.
Note: This class needs a recent version of Apache Commons Lang library.
FuzzyCompare| Method Summary | |
|---|---|
double |
difference(FuzzyLexicon right_lexicon)
Perform the difference comparison against the specified lexicon. |
double |
difference(String rhs)
Perform the difference comparison against the specified string. |
String |
getStr()
The original string this lexicon represents. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public double difference(FuzzyLexicon right_lexicon)
right_lexicon - The lexicon to compare against.
difference(String)public double difference(String rhs)
rhs - The string to compare against.
difference(FuzzyLexicon)public String getStr()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||