Package de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.metalevel


package de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.metalevel
  • Classes
    Class
    Description
    Adds the provided extensions to the alignment when the matcher is executed.
    This is a simple matcher that adds a given alignment to the inputAlignment.
    Adds an additional confidence by a user chosen function which gets a ontResource and has to return a double.
    Just saves the ontologies in a specific format.
    Combines the additional confidences and set the overall correspondence confidence to be the mean of the selected confidences.
    Just saves the ontologies in a specific format.
    This is a simple matcher that forwards a given alignment always (even if the input alignment is available).
    This is a simple matcher that forwards a given alignment if the input alignment is not available.
    Non functional code.
     
    Matcher which does nothing but returning a valid empty alignment.
    Scales the additional correspondence confidence values (that were produced by other filters/matchers) linearly to a given interval (by default [0,1]).
    Scales the correspondence confidence values linearly to an given interval (by default [0,1]).
    Deprecated.
    replacement is to use AddNegativesViaMatcher which has the same functionality (but it really uses only correspondences with equivalence relation as positive correspondences) .