Mentions légales du service

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

- improved README

- updated relnotes.html
parent bb3db49d
No related branches found
No related tags found
No related merge requests found
Ontology alignment API and implementation, version 1.3 Ontology alignment API and implementation, version 2.0
15/06/2005 26/09/2005
Copyright (C) 2003-2005 INRIA Rhne-Alpes. Copyright (C) 2003-2005 INRIA Rhne-Alpes.
Copyright (C) 2004 Universit de Montral. Copyright (C) 2004 Universit de Montral.
...@@ -24,7 +24,7 @@ See http://co4.inrialpes.fr/align for the moment. ...@@ -24,7 +24,7 @@ See http://co4.inrialpes.fr/align for the moment.
USING THE ONTOLOGY ALIGNMENT API IMPLEMENTATION USING THE ONTOLOGY ALIGNMENT API IMPLEMENTATION
----------------------------------------------- -----------------------------------------------
The Align API implementation requires that you fetch the OWL-API () The Align API _implementation_ requires that you fetch the OWL-API ()
$ setenv CWD `pwd` $ setenv CWD `pwd`
...@@ -88,12 +88,12 @@ FILES ...@@ -88,12 +88,12 @@ FILES
README.TXT this file README.TXT this file
LICENSE.TXT the terms under which the software is licensed to you. LICENSE.TXT the terms under which the software is licensed to you.
RELNOTES.TXT release notes and to-do list
build.xml the Ant build file for compiling and testing build.xml the Ant build file for compiling and testing
classes/ empty directory for compiling the sources classes/ empty directory for compiling the sources
distrib/ some files for generating a new jarfile distrib/ some files for generating a new jarfile
dtd/ contains the ontoalign DTDs (and schemas) dtd/ contains the ontoalign DTDs (and schemas)
html/ contains some documentation in HTML format html/ contains some documentation in HTML format
(includes relnotes.html)
javadoc/ javadoc API documentation in HTML (not very useful) javadoc/ javadoc API documentation in HTML (not very useful)
lib/ contains align.jar and other necessary jarfiles lib/ contains align.jar and other necessary jarfiles
rdf/ a few samples ontologies to align rdf/ a few samples ontologies to align
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<h2>To do</h2> <h2>To do</h2>
<p><ul compact="1"> <p><ul compact="1">
<li>Fix all implementation that assume 1-1 alignments</li> <li></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>Add full support for algebraic operations (meet/join/inv/compose)</li>
...@@ -21,13 +21,22 @@ ...@@ -21,13 +21,22 @@
<h2>Current CVS version</h2> <h2>Current CVS version</h2>
<!--p><b>Version 1.5: ? - Raphael's version</b></p--> <p><b>Version 2: 1/10/2005 - Raphael's version a.k.a. AC385 version</b></p>
<!--p>New version featuring: <p>New version featuring:
<li></li>
<ul compact="1"> <ul compact="1">
<li>Fixed all implementation that assume 1-1 alignments</li>
</ul--> <li>Deprecated accessor from the Alignment to the cell of an
object</li>
<li>Implemented the deprecated with a compile-time tag</li>
<li>Added equals() method to Cell and Relation</li>
<li>Added Precision-recall graph generators (GenPlot,PRGraphEvaluator)</li>
<li>Computation of aggregated precision and recall rather than
average (GroupEval)</li>
<li>Added options for avoiding the alignment on some </li>
<!--li></li>
<li></li-->
</ul>
<h2>July 4th, 2005</h2> <h2>July 4th, 2005</h2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment