All Projects → dwslab → melt

dwslab / melt

Licence: MIT license
MELT - Matching EvaLuation Toolkit

Programming Languages

java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to melt

FCA-Map
💠 Ontology matching system based on formal concept analysis
Stars: ✭ 25 (-32.43%)
Mutual labels:  semantic-web, ontology-matching
Kbpedia
KBPedia Knowledge Graph & Knowledge Ontology (KKO)
Stars: ✭ 149 (+302.7%)
Mutual labels:  semantic-web
Jsonld.js
A JSON-LD Processor and API implementation in JavaScript
Stars: ✭ 1,212 (+3175.68%)
Mutual labels:  semantic-web
Rdf.sh
A multi-tool shell script for doing Semantic Web jobs on the command line.
Stars: ✭ 109 (+194.59%)
Mutual labels:  semantic-web
Clojure Graph Resources
A curated list of Clojure resources for dealing with graph-like data.
Stars: ✭ 94 (+154.05%)
Mutual labels:  semantic-web
Hypergraphql
GraphQL interface for querying and serving linked data on the Web.
Stars: ✭ 120 (+224.32%)
Mutual labels:  semantic-web
Rdfsharp
Lightweight and friendly .NET library for modeling Semantic Web applications
Stars: ✭ 72 (+94.59%)
Mutual labels:  semantic-web
Rdf4j
Eclipse RDF4J: scalable RDF for Java
Stars: ✭ 242 (+554.05%)
Mutual labels:  semantic-web
Dl Learner
A tool for supervised Machine Learning in OWL and Description Logics
Stars: ✭ 134 (+262.16%)
Mutual labels:  semantic-web
Rdflib
RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.
Stars: ✭ 1,584 (+4181.08%)
Mutual labels:  semantic-web
Web Client
Generic Linked Data browser and UX component framework. Apache license.
Stars: ✭ 105 (+183.78%)
Mutual labels:  semantic-web
Limes
Link Discovery Framework for Metric Spaces.
Stars: ✭ 94 (+154.05%)
Mutual labels:  semantic-web
Zamia Ai
Free and open source A.I. system based on Python, TensorFlow and Prolog.
Stars: ✭ 133 (+259.46%)
Mutual labels:  semantic-web
Obofoundry.github.io
Metadata and website for the Open Bio Ontologies Foundry Ontology Registry
Stars: ✭ 85 (+129.73%)
Mutual labels:  semantic-web
Topic Db
TopicDB is a topic maps-based semantic graph store (using PostgreSQL for persistence)
Stars: ✭ 164 (+343.24%)
Mutual labels:  semantic-web
Any23
Apache Anything To Triples (Any23) is a library, a web service and a command line tool that extracts structured data in RDF format from a variety of Web documents.
Stars: ✭ 74 (+100%)
Mutual labels:  semantic-web
Wandora
Wandora is a general purpose information extraction, management and publishing application based on Topic Maps and Java.
Stars: ✭ 105 (+183.78%)
Mutual labels:  semantic-web
Hypergraphql
GraphQL interface for querying and serving linked data on the Web.
Stars: ✭ 112 (+202.7%)
Mutual labels:  semantic-web
Php Json Ld
PHP implementation of a JSON-LD Processor and API
Stars: ✭ 246 (+564.86%)
Mutual labels:  semantic-web
Grafter
Linked Data & RDF Manufacturing Tools in Clojure
Stars: ✭ 174 (+370.27%)
Mutual labels:  semantic-web

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>3.3</version>
</dependency>

Developer/Latest 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 (note the change of the groupId):

<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>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].