Mentions légales du service

Skip to content
Snippets Groups Projects
  1. Mar 07, 2013
  2. Jan 14, 2012
  3. Jun 17, 2010
  4. Mar 07, 2010
  5. Jan 10, 2010
  6. Jan 03, 2010
  7. Aug 16, 2009
  8. Feb 08, 2009
  9. Oct 15, 2008
  10. Aug 26, 2008
  11. Mar 31, 2008
  12. Feb 02, 2007
  13. Apr 25, 2005
  14. Nov 23, 2004
  15. Oct 15, 2004
  16. Sep 06, 2004
  17. Apr 18, 2004
    • Jérôme Euzenat's avatar
      New version featuring: · 5e310db8
      Jérôme Euzenat authored
          * 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();
      5e310db8
Loading