Mentions légales du service

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

- completed library information

- suppressed Pellet from the Alignment API release
parent 1b92f1ab
No related branches found
No related tags found
No related merge requests found
...@@ -65,8 +65,10 @@ Here is a picture of the various dependencies involved: ...@@ -65,8 +65,10 @@ Here is a picture of the various dependencies involved:
<h3>Required for some bundled matching methods</h3> <h3>Required for some bundled matching methods</h3>
<dl> <dl>
<dt><a href="">OntoSim</a> 2.0: ontosim.jar [<a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL</a>]</dt> <dt><a href="http://ontosim.gforge.inria.fr">OntoSim</a> 2.1: ontosim.jar [<a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL</a>]</dt>
<dd>The whole ontosim system requires more libraries, including JWNL. But in our simplest behaviour, these libraries are not needed.</dd> <dd>The whole ontosim system requires more libraries, including JWNL. But in our simplest behaviour, these libraries are not needed.</dd>
<dt><a href="http://lucene.apache.org/">Lucene</a> 3.0.2: lucene-core.jar [<a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache</a>]</dt>
<dd>This small part of lucene is used for WordNet matching classes.</dd>
</dl> </dl>
<h3>Required for the WordNet addition (JWNLAlignment)</h3> <h3>Required for the WordNet addition (JWNLAlignment)</h3>
...@@ -83,10 +85,14 @@ In addition to OntoSim, JWNLAlignment requires JWNL. ...@@ -83,10 +85,14 @@ In addition to OntoSim, JWNLAlignment requires JWNL.
<h3>Required for reasoning with alignments</h3> <h3>Required for reasoning with alignments</h3>
<dl> <dl>
<dt><a href="">IDDL</a> 1.3-20100325: iddl.jar [<a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL</a>]</dt> <dt><a href="http://iddl.gforge.inria.fr">IDDL</a> 1.3-20100325: iddl.jar [<a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL</a>]</dt>
<dd>In turns it requires Pellet.</dd> <dd>In turns it requires Pellet.</dd>
<dt><a href="">Pellet</a> 2.1: aterm-java-1.6.jar pellet-core.jar pellet-jena.jar pellet-owlapiv3.jar [<a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL</a>]</dt> <dt><a href="http://clarkparsia.com/pellet/">Pellet</a> 2.1:
<dd>In turns it requires Jena, Jetty, etc.</dd> aterm-java-1.6.jar pellet-core.jar pellet-jena.jar
pellet-owlapiv3.jar [<a href="http://www.gnu.org/licenses/agpl.html">AGPL</a>]</dt>
<dd>In turn, it requires Jena, Jetty, etc. <span style="color: red;">Because Pellet is under
AGPL we cannot distribute it and you have to download it
from <a href="http://clarkparsia.com/pellet/download">Clark&amp;Parsia</a>.</span></dd>
</dl> </dl>
<h2>Required for parsing ontologies (ontowrap)</h2> <h2>Required for parsing ontologies (ontowrap)</h2>
......
...@@ -79,7 +79,8 @@ The development of 4 versions continue. ...@@ -79,7 +79,8 @@ 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> <li><tt>edoal:or</tt>, <tt>edoal:and</tt> and <tt>edoal:compose</tt>
can be empty (edoal)</li> can be empty (edoal)</li>
<li>Upgraded to <span style="color: green">Pellet 2.1</span> (lib)</li> <li>Upgraded to <span style="color: green">Pellet 2.1</span> (but
Pellet is not anymore distributed <a href="lib.html">due to license restrictions</a>)</li>
<li>Upgraded to <span style="color: green">OntoSim 2.0</span> (lib)</li> <li>Upgraded to <span style="color: green">OntoSim 2.0</span> (lib)</li>
<li>Added <a href="tutorial/tutorial4/index.html">tutorial 4</a> Pellet action (tutorial)</li> <li>Added <a href="tutorial/tutorial4/index.html">tutorial 4</a> Pellet action (tutorial)</li>
<li>Added <a href="tutorial/tutorial5/index.html">tutorial 5</a> about exposing matchers as web services (tutorial)</li> <li>Added <a href="tutorial/tutorial5/index.html">tutorial 5</a> about exposing matchers as web services (tutorial)</li>
......
...@@ -64,7 +64,7 @@ related APIs. ...@@ -64,7 +64,7 @@ related APIs.
Other tutorials are <a href="../index.html">available</a>.</p> Other tutorials are <a href="../index.html">available</a>.</p>
<p style="border-top: 2px solid #AAAAAA;"><small>This tutorial has <p style="border-top: 2px solid #AAAAAA;"><small>This tutorial has
been designed for the Alignment API version 4.0. It is currently been designed for the Alignment API version 4.0. It is currently
incomplete due to the upgrade of Pellet to version 2.0.2 and IDDL.</small></p> incomplete due to the upgrade of Pellet to version 2.1 and IDDL.</small></p>
<h2>Preparation</h2> <h2>Preparation</h2>
...@@ -268,11 +268,11 @@ run various queries and start by running them in one of the initial ...@@ -268,11 +268,11 @@ run various queries and start by running them in one of the initial
ontologies instead of the merged one. ontologies instead of the merged one.
</p> </p>
<p> <p>
For using Pellet, it will be necessary For using Pellet, which is not bundled with the Alignment API, it will be necessary
to <a href="http://clarkparsia.com/pellet/download">download to <a href="http://clarkparsia.com/pellet/download">download
Pellet</a> and add in it</a> and add in
the classpath the corresponding pellet-rules.jar, the classpath the corresponding aterm-java-1.6.jar, pellet-core.jar, pellet-rules.jar,
pellet-datatypes.jar, pellet-query.jar and pellet-el.jar jar-files pellet-datatypes.jar, pellet-jena.jar, pellet-query.jar, pellet-owlapiv3.jar and pellet-el.jar jar-files
which are not shipped with the Alignment API. which are not shipped with the Alignment API.
</p> </p>
</p> </p>
......
File deleted
This diff is collapsed.
File deleted
File deleted
File deleted
2.1
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