<li>Completed implementation of relaxed precision and recall (eval)</li>
<li>Added Wu-Palmer and gloss overlap similarity over WordNet to <tt>JWNLAlignment</tt> (impl)</li>
<li>Added Wu-Palmer and gloss overlap similarity over WordNet to <tt>JWNLAlignment</tt> (impl)</li>
<li>Added <tt>InstanceBasedMatrixMeasure</tt> for instance based alignments (impl)</li>
<li>Added <tt>InstanceBasedMatrixMeasure</tt> for instance based alignments (impl)</li>
<li>Added a <tt>getResult()</tt> method to <tt>Evaluator</tt> (api)</li>
<li>Added a <tt>getResult()</tt> method to <tt>Evaluator</tt> (api)</li>
...
@@ -80,27 +83,22 @@ The development of 4 versions continue.
...
@@ -80,27 +83,22 @@ The development of 4 versions continue.
<li>Added a google chart API display of plots <tt>GenPlot -t html</tt> (util)</li>
<li>Added a google chart API display of plots <tt>GenPlot -t html</tt> (util)</li>
<li><tt>edoal:or</tt>, <tt>edoal:and</tt> and <tt>edoal:compose</tt> can be empty (edoal)</li>
<li><tt>edoal:or</tt>, <tt>edoal:and</tt> and <tt>edoal:compose</tt> can be empty (edoal)</li>
<li>Added universal (<tt>all</tt>) and existantial (<tt>exists</tt>) quantification of domains in edoal (edoal)</li>
<li>Added universal (<tt>all</tt>) and existantial (<tt>exists</tt>) quantification of domains in edoal (edoal)</li>
<li>Upgraded to <spanstyle="color: green">Pellet 2.1</span> (but
<li>Implement full OWL rendering of EDOAL (impl)</li>
Pellet is not anymore distributed <ahref="lib.html">due to license restrictions</a>)</li>
<li>Upgraded to <spanstyle="color: green">Pellet 2.1</span> (but Pellet is not anymore distributed <ahref="lib.html">due to license restrictions</a>)</li>
<li>Upgraded to <spanstyle="color: green">OntoSim 2.1</span> (lib)</li>
<li>Upgraded to <spanstyle="color: green">OntoSim 2.1</span> (lib)</li>
<p>The Alignment API is now compiled in Java 1.6 (older versions
<p>The Alignment API is now compiled in Java 1.6 (older versions should still be able to run it). All <ahref="lib.html">imported libraries</a> have been upgraded to their current versions. Only the upgrade from <spanstyle="color: green">Jena 2.5 to 2.6</span> required a minor change (due to parameterised declarations: the API still works with 2.5 but needs 2.6 to compile).
should still be able to run it). All <ahref="lib.html">imported
libraries</a> have been upgraded to their current versions. Only the
upgrade from <spanstyle="color: green">Jena 2.5 to 2.6</span> required a minor change (due to
parameterised declarations: the API still works with 2.5 but needs
2.6 to compile).
</p>
</p>
<p>This is still a major release, so see the <ahref="up3to4.html">(small) instructions</a> if
<p>This is still a major release, so see the <ahref="up3to4.html">(small) instructions</a> if you need to upgrade your codebase.