Uses of Interface
de.uni_mannheim.informatik.dws.melt.matching_base.Filter
Packages that use 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
Classes in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.filter that implement FilterModifier and TypeClassDescriptionclassIt filters based on the additional confidence.classThis filter removes correspondences where the source or target is a blank node.classThis filter removes correspondences where the source or target has not the same host of the OntModels.classBasic filter for instances which compares sets like neighbours or properties.classDeprecated.classFilters the alignment by computing the inflection point of the sorted confidences.classThis filter returns only alignments with confidence greater or equals than a specific threshold.classAsserts a homogenous alignment (i.e.classA filter which removes correspondences where source or target is matched to more than one entity.classRemoves all reflexive edges (which maps A to A) from an alignment.classThis filter keeps only the top X correspondences according to confidence.classFilters only class, instance or property matches. -
Uses of Filter in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.filter.extraction
Classes in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.filter.extraction that implement FilterModifier and TypeClassDescriptionclassThis implementation uses the Hungarian algorithm to find a one to one mapping.classFaster implementation thanHungarianExtractorfor generating a one-to-one alignment.classNaive ascending extraction as shown in "Analyzing Mapping Extraction Approaches" (C.classNaive 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
Classes in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.filter.instance that implement FilterModifier and TypeClassDescriptionclassFilters individual/instance mappings by comparing literals.classFilter which deletes instance mappings if they have no matched properties in common.classCheck if already matched individuals have a similar hierarchy (class hierarchy).classChecks for each instance mapping, how many already matched neighbours it has.classChecks 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
Classes in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.metalevel that implement FilterModifier and TypeClassDescriptionclassCombines the additional confidences and set the overall correspondence confidence to be the mean of the selected confidences.classScales the additional correspondence confidence values (that were produced by other filters/matchers) linearly to a given interval (by default [0,1]).classScales 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
Classes in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.multisource.clustering that implement FilterModifier and TypeClassDescriptionclassA filter for multi source matching.classThis 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
Classes in de.uni_mannheim.informatik.dws.melt.matching_ml.python that implement FilterModifier and TypeClassDescriptionclassThis 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
Classes in de.uni_mannheim.informatik.dws.melt.matching_ml.python.nlptransformers that implement FilterModifier and TypeClassDescriptionclassThis filter asks a LLM which entity of the source fits best to an entity of the target.classThis filter asks a LLM if a given correspondence is correct or not.classThis filter asks the LLM given a source entity which is the best target entity (out of the ones in the alignment).classThis filter extracts the corresponding text for a resource (with the specified and customizable extractor) given all correspondences in the input alignment.classThis 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
Classes in de.uni_mannheim.informatik.dws.melt.matching_ml.python.nlptransformers.relationprediction that implement FilterModifier and TypeClassDescriptionclassThis matcher predicts the relation type given a transformer model.classThis matcher predicts the relation type given a transformer model. -
Uses of Filter in de.uni_mannheim.informatik.dws.melt.matching_owlapi_matchers
Classes in de.uni_mannheim.informatik.dws.melt.matching_owlapi_matchers that implement Filter -
Uses of Filter in de.uni_mannheim.informatik.dws.melt.matching_owlapi_matchers.logmap
Classes in de.uni_mannheim.informatik.dws.melt.matching_owlapi_matchers.logmap that implement Filter
NaiveDescendingExtractor.