Skip to main content
Link
Menu
Expand
(external link)
Document
Search
Copy
Copied
MELT
Home
Installation
Matcher Development
Build Your First Matcher
YAAA
Matching with Jena
Non-Java Matchers
Matching with Background Knowledge
Multi-Source Matching
Matching with ML
Available Matchers
Complete List of Matchers
Complete List of Multi Source Matchers
Complete List of Filters
Matcher Evaluation
Core Concepts
Evaluators
Matcher Tuning
Local Tracks
MELT Dashboard
MELT Evaluation Client
MELT Track Repository
Matcher Packaging
SEALS
HOBBIT
WEB
HTTP/WEB Matcher Definition
Cite MELT
Contribute
MELT Project Management
FAQ
Matcher Development
Build Your First Matcher
Build Your First Java Matcher with MELT
Matcher Development in Java
Pick a class to start with depending on your needs. If you start from scratch
MatcherYAAAJena
or
MatcherYAAAOwlApi
are the best fit depending on whether your prefer
Jena
or the
OWL API
. Classes that can be extended for matcher implementation:
MatcherURL
MatcherYAA
MatcherYAAAJena
MatcherYAAAOwlApi
Implement the
match()
method.