MELT - Matching EvaLuation Toolkit | Matching YAAA Module

This module contains classes related to matcher development with YAAA.

License

License

Categories

Categories

ORM Data
GroupId

GroupId

de.uni-mannheim.informatik.dws.melt
ArtifactId

ArtifactId

matching-yaaa
Last Version

Last Version

2.6
Release Date

Release Date

Type

Type

jar
Description

Description

MELT - Matching EvaLuation Toolkit | Matching YAAA Module
This module contains classes related to matcher development with YAAA.
Project URL

Project URL

http://melt.dws.informatik.uni-mannheim.de/matching-yaaa

Download matching-yaaa

How to add to project

<!-- https://jarcasting.com/artifacts/de.uni-mannheim.informatik.dws.melt/matching-yaaa/ -->
<dependency>
    <groupId>de.uni-mannheim.informatik.dws.melt</groupId>
    <artifactId>matching-yaaa</artifactId>
    <version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/de.uni-mannheim.informatik.dws.melt/matching-yaaa/
implementation 'de.uni-mannheim.informatik.dws.melt:matching-yaaa:2.6'
// https://jarcasting.com/artifacts/de.uni-mannheim.informatik.dws.melt/matching-yaaa/
implementation ("de.uni-mannheim.informatik.dws.melt:matching-yaaa:2.6")
'de.uni-mannheim.informatik.dws.melt:matching-yaaa:jar:2.6'
<dependency org="de.uni-mannheim.informatik.dws.melt" name="matching-yaaa" rev="2.6">
  <artifact name="matching-yaaa" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.uni-mannheim.informatik.dws.melt', module='matching-yaaa', version='2.6')
)
libraryDependencies += "de.uni-mannheim.informatik.dws.melt" % "matching-yaaa" % "2.6"
[de.uni-mannheim.informatik.dws.melt/matching-yaaa "2.6"]

Dependencies

compile (2)

Group / Artifact Type Version
de.uni-mannheim.informatik.dws.melt : matching-base jar 2.6
de.uni-mannheim.informatik.dws.melt : yet-another-alignment-api jar 2.6

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.6.2
org.slf4j : slf4j-simple jar 1.7.30

Project Modules

There are no modules declared in this project.

MELT - Matching EvaLuation Toolkit

A powerful framework for ontology, instance, and knowledge graph matching.

MELT is a powerful maven framework for developing, tuning, evaluating, and packaging ontology matching systems. It is optimized to be used in OAEI campaigns and allows to submit matchers to the SEALS and HOBBIT evaluation platform easily. MELT can also be used for non OAEI-related matching tasks and evaluation.

Found a bug? Don't hesitate to open an issue.

User Guide

All functionality is documented in our User Guide.
Note that you can also easily search the entire user guide: image

JavaDoc

Matcher Development in Java

Release Version

MELT is now available in maven central and can be added as a dependency with e.g.:

<dependency>
    <groupId>de.uni-mannheim.informatik.dws.melt</groupId>
    <artifactId>matching-eval</artifactId>
    <version>2.6</version>
</dependency>

Developer Version

If you want to use the bleeding edge, but don't want to build it yourself (by cloning the repository and execute mvn install in the main directory), you can use jitpack.io :

<dependency>
    <groupId>com.github.dwslab.melt</groupId>
    <artifactId>matching-eval</artifactId>
    <version>master-SNAPSHOT</version>
</dependency>

for the version, you can use any release tag, short commit hash or master-SNAPSHOT to get the current development version. They are also listed directly at jitpack.io/#dwslab/melt/. Furthermore, you need to add the jitpack repository in your pom file:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
de.uni-mannheim.informatik.dws.melt

dwslab

The Data and Web Science Group at the University of Mannheim, Germany

Versions

Version
2.6
2.5
2.4