MELT - Matching EvaLuation Toolkit | Matching YAAA Module

This module contains classes related to matcher development with YAAA.

Лицензия

Лицензия

Категории

Категории

ORM Данные
Группа

Группа

de.uni-mannheim.informatik.dws.melt
Идентификатор

Идентификатор

matching-yaaa
Последняя версия

Последняя версия

2.6
Дата

Дата

Тип

Тип

jar
Описание

Описание

MELT - Matching EvaLuation Toolkit | Matching YAAA Module
This module contains classes related to matcher development with YAAA.
Ссылка на сайт

Ссылка на сайт

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

Скачать matching-yaaa

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-engine jar 5.6.2
org.slf4j : slf4j-simple jar 1.7.30

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
2.6
2.5
2.4