diff --git a/README.TXT b/README.TXT
index f88cfc9b60e9e0a1b5f460a12d4b93a7bd48433c..e4e035bcb532a5b2d276346f11ef5a2cacd4599f 100644
--- a/README.TXT
+++ b/README.TXT
@@ -63,7 +63,7 @@ Using with JWNL (Wordnet)
 - jwnl.jar commons-logging.jar must be in lib.
 - file_properties.xml must be in current directory
 
-$ java -jar lib/procalign.jar file://localhost$CWD/rdf/edu.umbc.ebiquity.publication.owl file://localhost$CWD/rdf/edu.mit.visus.bibtex.owl -i fr.inrialpes.exmo.align.ling.JWNLAlignmentTest -o aligns/JWNL.owl
+$ java -jar lib/alignwn.jar file://localhost$CWD/rdf/edu.umbc.ebiquity.publication.owl file://localhost$CWD/rdf/edu.mit.visus.bibtex.owl -i fr.inrialpes.exmo.align.ling.JWNLAlignmentTest -o aligns/JWNL.owl
 
 LAST RELEASE
 ------------
diff --git a/html/alignwn.html b/html/alignwn.html
new file mode 100644
index 0000000000000000000000000000000000000000..83449ba08009eacc0b3c9f314316ed6fd7afcd69
--- /dev/null
+++ b/html/alignwn.html
@@ -0,0 +1,62 @@
+<html>
+<head>
+<title>Using the Alignment API with Wordnet</title>
+<style type="text/css">@import url(style.css);</style>
+</head>
+<body>
+
+<h1 class="titre">Using the Alignment API with Wordnet</h1>
+
+<p>We explain how to use the API with wordnet. This is also useful when
+using OLA.</p>
+
+<h2>Getting the required software</h2>
+
+<p>Different pieces of software are necessary for this integration:
+<dl compact="1">
+<dt><a href="index.html">Alignment API</a></dt>
+<dd>as well as the OWL API are necessary. Its lib directory
+contains the alignwn.jar file.</dd>
+<dt><a href="">Wordnet</a></dt>
+<dd>version 2.0 is used.</dd>
+<dt>The <a href="">Java WordNet Library (JWNL)</a></dt>
+<dd>whose jar-file should be put in the same directory as alignwn.jar.</dd>
+<dt>Apache <a href="">common-loggings</a></dt>
+<dd>commons-logging.jar should be put there as well.</dd>
+</dl>
+</p>
+
+<h2>Installing wordnet and configuring</h2>
+
+<p>First Wordnet must be compiled if this is not already done.
+This will depend on your distribution and will not be further 
+detailed here.</p>
+
+<p>Once installed, Wordnet usually has a "dict" directory.
+The file_properties.xml provided with jwnl must be put in the 
+current directory with the "dictionary_path" parameter set to
+the path of this dict directory:
+<pre>
+&lt;param name="dictionary_path" value="$dict$"/&gt;
+</pre>
+</p>
+
+<h2>Running</h2>
+
+<p>This usually can be obtained by:
+<pre>
+$ setenv CWD `pwd`
+$ java -jar lib/procalign.jar file://localhost$CWD/rdf/edu.umbc.ebiquity.publication.owl file://localhost$CWD/rdf/edu.mit.visus.bibtex.owl -i fr.inrialpes.exmo.align.ling.JWNLAlignmentTest -o aligns/JWNL.owl
+</pre>
+
+
+<address>
+<small>
+<hr />
+<center>http://co4.inrialpes.fr/align/alignwn.html</center>
+<hr />
+$Id$
+</small>
+</address>
+</body>
+</html>
diff --git a/lib/align.jar b/lib/align.jar
new file mode 100644
index 0000000000000000000000000000000000000000..05a1c946dd9ac47eefd33e600104260f1b117e77
Binary files /dev/null and b/lib/align.jar differ
diff --git a/lib/alignwn.jar b/lib/alignwn.jar
new file mode 100644
index 0000000000000000000000000000000000000000..bd69d4346abee9da95a0680402c3a05024413dfc
Binary files /dev/null and b/lib/alignwn.jar differ