|
Class Summary |
| EditDistanceMatcher |
A simple matcher based on the edit distance between two strings. |
| MatchingResult |
Objects of this class are result matrices of
schema matchers that implement the interface
MmSchemaMatcher. |
| MmSchemaMatcher |
Abstract superclass of schema matching methods in the
MiningMart environment.
|
| NgramMatcher |
A simple matcher based on a comparison of all possible pairs of
n-grams of two strings. |
| SoundexMatcher |
A simple matcher based on the soundex representation of strings. |
| StringBasedSchemaMatcher |
Abstract superclass of those schema matching methods in the
MiningMart environment that use only pairs of strings to do
the matching. |
| StringEqualityMatcher |
A simple matcher based on String equality ignoring case.
|