Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ccebd3ce authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

Added the samples correponding to the paper

New version featuring:

    * Corrected the problem of putting directly distances into strength ({get/set}Measure{1/2} are now called Strength, new class DistanceAlignment which takes care of converting distances into strength);
    * Implemented effectively SymMeanEvaluator with a dispatch per elements;
    * Added correct 1:1 tags to all implemented OWL alignments
    * Used Object in API: no OWL in the format (all API methods which returned OWL... now returns Objects, dynamic typecheckking of the basic methods: maybe not the best idea)
    * Implemented parameters (align() and eval() take an additionnal Parameters parameter, new Parameters interface and BasicParameters class);
    * Corrected the visitor for the Renderer (now robust to subclassing);
    * Built a renderer for RDF and use it (suppression of the write method in Cell and Alignment, Procalign uses the same code for rendering);
    * Added a StringDistance class providing substring and editstriung distances;
    * Reviewed all catch with a printStackTraces (parser still unsatisfactory);
    * Cleaned-up traces;
    * Provided a full-fledged example illustrated with a paper;
    * Corrected StrucSubsDistNameAlignment;
    * Changed name: Evaluator.evaluate() --> Evaluator.eval();
parent 6b56e7fa
No related branches found
No related tags found
Loading
Showing
with 1950 additions and 652 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment