dwslab / melt

MELT - Matching EvaLuation Toolkit
MIT License
46 stars 12 forks source link

MatcherURL do not get parameters #182

Open sven-h opened 2 years ago

sven-h commented 2 years ago

Up to now, the properties are only given to the matcher if the matcher class implements IMatcher interface which is done for MatcherYAAAJena and MatcherYAAAOwlApi.

Workaround: Extend MatcherURL and IMatcher<URL, URL, URL> which introduces two match methods - one with parameter and one without parameters.