melt icon indicating copy to clipboard operation
melt copied to clipboard

MELT - Matching EvaLuation Toolkit

Results 37 melt issues
Sort by recently updated
recently updated
newest added

Bumps [commons-codec](https://github.com/apache/commons-codec) from 1.8 to 1.16.0. Changelog Sourced from commons-codec's changelog. Apache Commons Codec 1.16.0 The Apache Commons Codec package contains simple encoder and decoders for various formats such as...

dependencies

Bumps [icu4j](https://github.com/unicode-org/icu) from 56.1 to 73.2. Release notes Sourced from icu4j's releases. ICU 73.2 We are pleased to announce the release of Unicode® ICU 73.2. It updates to CLDR 43.1...

dependencies

Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.32 to 2.0. Commits c98ffba issue 561: add negative test case e2ca740 Use Maven wrapper on github 49d91a1 Fix target for github 19e331d Disable toolchain for github...

dependencies

Bumps lucene-analyzers-common from 7.2.0 to 8.11.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.lucene:lucene-analyzers-common&package-manager=maven&previous-version=7.2.0&new-version=8.11.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

Bumps commons-cli from 1.4 to 1.5.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-cli:commons-cli&package-manager=maven&previous-version=1.4&new-version=1.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

Bumps core from 1.0.17 to 1.1.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.hobbit:core&package-manager=maven&previous-version=1.0.17&new-version=1.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

Bumps commons-configuration from 1.5 to 1.10. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-configuration:commons-configuration&package-manager=maven&previous-version=1.5&new-version=1.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

The MELT client was used in local-testcase mode and the generated alignments are not output (LogMap and Matcha tested) - neither on the command line nor into the files (using...

TestCase gets an additional boolean to remove from the system alignment the input alignment during evaluation. Possible names: - `removeInputAlignment`

enhancement

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...