| 1 | [[TracNav]] |
| 2 | |
| 3 | = [wiki:SimpleEvidence SimpleEvidenceAlignment] = |
| 4 | |
| 5 | The [wiki:SimpleEvidence SimpleEvidenceAlignment] is one of the simplest algorithms for alignment generation. It takes a SimilarityMeasure as configuration input and simply transforms its similarities into EQUALITY relations with a confidence corresponding to their value. This AlignmentGenerator is merely for testing purposes, since the unprocessed similarities of a single measure hardly ever produces a reliable alignment. |
| 6 | |
| 7 | = [wiki:SimpleEvidence SimpleEvidenceMatcher] = |
| 8 | |
| 9 | The [wiki:SimpleEvidence SimpleEvidenceMatcher] is basically the same as the [wiki:SimpleEvidence SimpleEvidenceAlignment], but it employs a MatchingAlignment, thus producing a matching instead of an unrestricted alignment. A matching is an alignment, that matches an entity from one ontology to exactly one entity of another. |