Changes between Version 1 and Version 2 of AlignmentGenerator
- Timestamp:
- 09/27/06 15:01:37 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AlignmentGenerator
v1 v2 1 = Definition: AlignmentGenerator = 1 = Interface: AlignmentGenerator = 2 3 Interface class: [http://phaselibs.opendfki.de/repos/trunk/PhaseLibs/doc/JavaDoc/de/dfki/km/phaselib/model/alignment/AlignmentGenerator.html de.dfki.km.phaselib.model.alignment.AlignmentGenerator] 4 2 5 3 6 The concept of an AlignmentGenerator in the PhaseLibs describes an alignment generating algorithm. Its main purpose is to augment a given alignment between two ontologies. When starting from scratch, this given alignment is probably empty, but in any other case, the algorithm should create a new, improved alignment with respect to the one received. … … 5 8 Along with the alignment to be improved, a set of arbitrary parameters may be specified in order to influence the behaviour of the algorithm. With regard to the PhaseLibs architecture, the AlignmentGenerator should rely on [wiki:SimilarityMeasure SimilarityMeasures] for evidence generation. If these measures are exchangeable, there should be a constructor taking a set of them. 6 9 7 This basic concept is represented by the interface [http://phaselibs.opendfki.de/repos/trunk/PhaseLibs/doc/JavaDoc/de/dfki/km/phaselib/model/alignment/AlignmentGenerator.html de.dfki.km.phaselib.model.alignment.AlignmentGenerator].8 10