- Implemented extractss for ** alignments in DistanceAlignment (impl)
- Changed default type of StringDistAlignment to "?*" for preserving the previous behaviour (impl) - Suppressed the guard for applying the Hungarian algorithm to equisimilarity situation (impl) - Fixed a bug on DistanceAlignment 1:1 extraction when the second ontology is larger than the first one (impl) - Added corresponding test
Showing
- html/relnotes.html 13 additions, 1 deletionhtml/relnotes.html
- src/fr/inrialpes/exmo/align/impl/DistanceAlignment.java 154 additions, 92 deletionssrc/fr/inrialpes/exmo/align/impl/DistanceAlignment.java
- src/fr/inrialpes/exmo/align/impl/method/StringDistAlignment.java 10 additions, 3 deletions...inrialpes/exmo/align/impl/method/StringDistAlignment.java
- test/src/MatcherTest.java 129 additions, 1 deletiontest/src/MatcherTest.java
Please register or sign in to comment