Mentions légales du service

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

- acknowledged the tutorial

parent cabba85b
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,6 @@ USING THE ONTOLOGY ALIGNMENT API IMPLEMENTATION
The Align API _implementation_ requires that you fetch the OWL-API
$ setenv CWD `pwd`
Building:
---------
......@@ -44,6 +42,10 @@ $ ant jar
Running:
--------
For a better introduction, see the tutorial at
http://alignapi.gforge.inria.fr/tutorial
or find it as a script in html/tutorial/script.sh
$ setenv CWD `pwd`
$ java -jar lib/procalign.jar --help
......@@ -103,8 +105,9 @@ distrib/ some files for generating a new jarfile
dtd/ contains the ontoalign DTDs (and schemas)
html/ contains some documentation in HTML format
(includes relnotes.html)
html/tutorial/ web based tutorial
javadoc/ javadoc API documentation in HTML (not very useful)
lib/ contains align.jar, alignwn.jar, procalign.jar
lib/ contains align.jar, alignwn.jar, procalign.jar, alignsvc.jar
and other necessary jarfiles
rdf/ a few samples ontologies to align
samples/ two example applications
......@@ -113,4 +116,5 @@ src/ Java sources of ontoalign
fr.inrialpes.exmo.align.impl: basic implementation
fr.inrialpes.exmo.align.util: utility wrapper functions
fr.inrialpes.exmo.align.ling: WordNet-based implementation
fr.inrialpes.exmo.align.service: Alignment Service
......@@ -10,12 +10,14 @@
<h2>To do</h2>
<p><ul compact="1">
<li>Separate BasicAlignment (with URI) from OWLAPIAlignment [august]</li>
<li>Implement better similarity/extractor</li>
<li>Fully implement individual alignments</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>Develop AServProtocol and AServProfile</li>
<li>Implement level 2OML alignments (version 3);</li>
<li>Integrating tagging to the wordnet stuff</li>
<li>Improve the metadata</li>
......@@ -29,6 +31,19 @@
<h2>Current SVN trunk version</h2>
<!--p><b>Version 2.4: 09/07/2006 - Cercedilla</b></p-->
<p><ul compact="1">
<li>Added a <a href="tutorial">tutorial</a> in the html pages.</li>
<li>Integrated first implementation of HTTP Alignment Server</li>
<li>Slightly changed GroupAlign for accomodating "DOS-based" C:</li>
<li>Put more conformity to the actual practice of DTD</li>
<li>Put Alignment an extension of Cloneable</li>
<li>Corrected output format of some evaluators</li>
<li>Corrected XSLTRenderer for working with RDF/XML output</li>
<li>Suppressed a printout in MatrixMeasure</li>
</ul></p>
<h2>June 15th, 2006</h2>
<p><b>Version 2.3: 15/06/2006 - OAEI-2006 ready</b></p>
......
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