|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--gov.nist.nlpir.irf.matcher.Matcherbp
|
+--gov.nist.nlpir.irf.matcher.NullMatcherbp
This class provides a "null" version of features matching. As a result the methods may look a bit odd.
| Constructor Summary | |
NullMatcherbp()
|
|
| Method Summary | |
double |
match(DataElem de1,
DataElem de2)
Decides whether the string versions of two data elements are exact matches for eachother |
| Methods inherited from class gov.nist.nlpir.irf.matcher.Matcherbp |
exactMatch,
exactMatch,
extendedExactMatch,
match,
sameAddress,
sameAttributeName |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public NullMatcherbp()
| Method Detail |
public double match(DataElem de1,
DataElem de2)
de1 - First data elementde2 - Second data element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||