Uses of Interface
de.uni_mannheim.informatik.dws.melt.matching_base.Filter
Package
Description
This package contains mapping extraction approaches as shown in
Analyzing Mapping Extraction Approaches - C.
-
Uses of Filter in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.filter
Modifier and TypeClassDescriptionclass
It filters based on the additional confidence.class
This filter removes correspondences where the source or target is a blank node.class
This filter removes correspondences where the source or target has not the same host of the OntModels.class
Basic filter for instances which compares sets like neighbours or properties.class
Deprecated.class
Filters the alignment by computing the inflection point of the sorted confidences.class
This filter returns only alignments with confidence greater or equals than a specific threshold.class
Asserts a homogenous alignment (i.e.class
A filter which removes correspondences where source or target is matched to more than one entity.class
Removes all reflexive edges (which maps A to A) from an alignment.class
This filter keeps only the top X correspondences according to confidence.class
Filters only class, instance or property matches. -
Uses of Filter in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.filter.extraction
Modifier and TypeClassDescriptionclass
This implementation uses the Hungarian algorithm to find a one to one mapping.class
Faster implementation thanHungarianExtractor
for generating a one-to-one alignment.class
Naive ascending extraction as shown in "Analyzing Mapping Extraction Approaches" (C.class
Naive descending extraction as shown in "Analyzing Mapping Extraction Approaches" (C. -
Uses of Filter in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.filter.instance
Modifier and TypeClassDescriptionclass
Filters individual/instance mappings by comparing literals.class
Filter which deletes instance mappings if they have no matched properties in common.class
Check if already matched individuals have a similar hierarchy (class hierarchy).class
Checks for each instance mapping, how many already matched neighbours it has.class
Checks for each instance mapping, how many already matched types it has in common. -
Uses of Filter in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.metalevel
Modifier and TypeClassDescriptionclass
Combines the additional confidences and set the overall correspondence confidence to be the mean of the selected confidences.class
Scales the additional correspondence confidence values (that were produced by other filters/matchers) linearly to a given interval (by default [0,1]).class
Scales the correspondence confidence values linearly to an given interval (by default [0,1]). -
Uses of Filter in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.multisource.clustering
Modifier and TypeClassDescriptionclass
A filter for multi source matching.class
This filter of correspondences is based on the community structure of the correspondences. -
Uses of Filter in de.uni_mannheim.informatik.dws.melt.matching_ml.python
Modifier and TypeClassDescriptionclass
This filter learns and applies a classifier given a training sample and an existing alignment. -
Uses of Filter in de.uni_mannheim.informatik.dws.melt.matching_ml.python.nlptransformers
Modifier and TypeClassDescriptionclass
This filter asks a LLM which entity of the source fits best to an entity of the target.class
This filter asks a LLM if a given correspondence is correct or not.class
This filter asks the LLM given a source entity which is the best target entity (out of the ones in the alignment).class
This filter extracts the corresponding text for a resource (with the specified and customizable extractor) given all correspondences in the input alignment.class
This class is used to fine-tune a transformer model based on a generated dataset.class
-
Uses of Filter in de.uni_mannheim.informatik.dws.melt.matching_ml.python.nlptransformers.relationprediction
Modifier and TypeClassDescriptionclass
This matcher predicts the relation type given a transformer model.class
This matcher predicts the relation type given a transformer model. -
Uses of Filter in de.uni_mannheim.informatik.dws.melt.matching_owlapi_matchers
-
Uses of Filter in de.uni_mannheim.informatik.dws.melt.matching_owlapi_matchers.logmap
NaiveDescendingExtractor
.