Mentions légales du service

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

- pre-move to gforge improvements

- pre-2.1 improvements
parent 92c3eade
No related branches found
No related tags found
No related merge requests found
...@@ -20,14 +20,17 @@ ...@@ -20,14 +20,17 @@
<h2>Fetching the ZIP'ed version</h2> <h2>Fetching the ZIP'ed version</h2>
<p>The simplest way to use ontoalign is to get the following <p>The simplest way to use ontoalign is to get the last release
<a href="align.zip">zipfile</a>. It contains all the sources, compiled zipfile from the site <a href="http://gforge.inria.fr/frs/?group_id=117">http://gforge.inria.fr/frs/?group_id=117</a>. It contains all the sources, compiled
library, OWL API library.</p> library, OWL API library.</p>
<h2>Anonymous CVS</h2> <h2>Anonymous CVS</h2>
<p>The very last version of ontoalign can be fetched from the CVS <p>The very last version of ontoalign can be fetched from the SVN
source tree. Just do the following: source tree that can be found at:
<a href="http://gforge.inria.fr/scm/?group_id=117">http://gforge.inria.fr/scm/?group_id=117</a>
</p>
<p>Just do the following:
<pre> <pre>
$ cvs -d :pserver:cvs@cvs-sop.inria.fr:/CVS/exmosoft login $ cvs -d :pserver:cvs@cvs-sop.inria.fr:/CVS/exmosoft login
&lt;ENTER return when asked for the password&gt; &lt;ENTER return when asked for the password&gt;
......
...@@ -10,17 +10,40 @@ ...@@ -10,17 +10,40 @@
<h2>To do</h2> <h2>To do</h2>
<p><ul compact="1"> <p><ul compact="1">
<li></li> <li>Move to gforge.inria.fr</li>
<li>Implement better similarity/extractor</li> <li>Implement better similarity/extractor</li>
<li>Fully implement individual alignments</li> <li>Fully implement individual alignments</li>
<li>Add full support for algebraic operations (meet/join/inv/compose)</li>
<li>-d directory</li> <li>-d directory</li>
<li>Include additional tags;</li>
<li>Add full support for algebraic operations (meet/join/inv/compose)</li>
<li>Integrate web-service/Fipa-ACL/HTML server interface;</li>
<li>Implement level 2OML alignments (version 3);</li>
<li>Integrating tagging to the wordnet stuff</li> <li>Integrating tagging to the wordnet stuff</li>
<li>Improve the metadata</li>
<li>Build on unit tests</li> <li>Build on unit tests</li>
</ul></p> </ul></p>
<h2>Current CVS version</h2> <h2>Current CVS version</h2>
<h2>February 17th, 2006</h2>
<p><b>Version 2.1: 17/02/2006 - </b></p>
<p>New version featuring:
<ul compact="1">
<li>Fixed SEKT renderer problem;</li>
<li>Further fixed ingest and addAlignCell methods that were not 1-1
ready;</li>
<li>Fixed unicity problem in cell sets;</li>
<li>Reintroduced hash indexing by objects in BasicAlignment;</li>
<li>Added PRExtEvaluator implementing Ehrig/Euzenat extended precision
and recall;</li>
<li>Added CERTH string comparison method;</li>
<li>Added SKOSRendererVisitor;</li>
<li>Corrected OWL/RDF mistakes in some example files;</li>
</ul>
<h2>October 1st, 2005</h2>
<p><b>Version 2: 1/10/2005 - Raphael's version a.k.a. AC385 version</b></p> <p><b>Version 2: 1/10/2005 - Raphael's version a.k.a. AC385 version</b></p>
<p><font color="red">BEWARE:</font> <tt>Alignment</tt> methods <tt>getAlignCell1</tt>, <tt>getAlignCell2</tt>, <tt>getAlignedObject1</tt>, <tt>getAlignedObject2</tt>, <tt>getStrength1</tt>, <tt>getStrength2</tt>, <tt>getRelation1</tt> <p><font color="red">BEWARE:</font> <tt>Alignment</tt> methods <tt>getAlignCell1</tt>, <tt>getAlignCell2</tt>, <tt>getAlignedObject1</tt>, <tt>getAlignedObject2</tt>, <tt>getStrength1</tt>, <tt>getStrength2</tt>, <tt>getRelation1</tt>
and <tt>getRelation2</tt> deprecated (implementation is still and <tt>getRelation2</tt> deprecated (implementation is still
......
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