Package de.unima.alcomox.mapping

Interface Summary
AlignmentReader The MappingReader defines the interface for its implementing classes that can be used to read Mappings from xml as well as txt-files.
AlignmentWriter The MappingReader defines the interface for its implementing classes that can be used to write Mappings to xml as well as txt-files.
 

Class Summary
Alignment A mapping is a ordered list of correspondences.
AlignmentReaderTxt A mapping reader for txt format reads mappings from txt-files.
AlignmentReaderXml A mapping reader for rdf/xml format reads mappings from rdf-files.
AlignmentWriterTxt A MappingWriterTxt writes Mappings to txt-files.
AlignmentWriterXml A MappingWriterXml writes Mappings to xml-files.
Characteristic Characterises the relation between two Alignments in terms of recall, precision and f-value.
Correspondence A correspondence represents a (simple) semantic relation between two entities belonging to different ontologies.
SemanticRelation A semantic relation can be used to express equivalence, subsumption or disjointness between entities of different ontologies.
Test