Mentions légales du service

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

- couple of corrections after updating the web site

parent b028952f
No related branches found
No related tags found
No related merge requests found
......@@ -34,23 +34,23 @@ contains the alignwn.jar file.</dd>
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
<p>Once installed, Wordnet usually has a "dict" directory whose path
is $WNDIR.
<!--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>
</pre-->
</p>
<h2>Running</h2>
<p>This usually can be obtained by:
<pre>
<div class="fragment"><pre>
$ setenv CWD `pwd`
$ java -jar lib/procalign.jar file://$CWD/rdf/edu.umbc.ebiquity.publication.owl file://$CWD/rdf/edu.mit.visus.bibtex.owl -i fr.inrialpes.exmo.align.ling.JWNLAlignmentTest -o aligns/JWNL.owl
</pre>
$ java -jar lib/alignwn.jar -Dwndict=$WNDIR file://$CWD/examples/rdf/edu.umbc.ebiquity.publication.owl file://$CWD/examples/rdf/edu.mit.visus.bibtex.owl -i fr.inrialpes.exmo.align.ling.JWNLAlignment -o examples/rdf/JWNL.rdf
</pre></div>
<address>
<small>
......
......@@ -24,7 +24,7 @@ implementation described here. It is included in the
<li>Displays the result.</li>
</ul>
Running the program is achieved through:
<pre>
<div class="fragment"><pre>
$ java -cp lib/procalign.jar fr.inrialpes.exmo.align.util.EvalAlign
Require two alignement filenames
usage: EvalAlign [options] file1 file2
......@@ -32,11 +32,11 @@ options are:
--debug[=n] -d[=n] Report debug info at level ,
--impl[=classname] -i classname Use classname for implementing Evaluator
--help -h Print this message
</pre>
</pre></div>
or ($CWD is the current directory)
<pre>
<div class="fragment"><pre>
$ java -cp lib/procalign.jar fr.inrialpes.exmo.align.util.EvalAlign file://$CWD/result/align1.owl file://$CWD/result/align2.owl
</pre>
</pre></div>
</p>
<h2>Implementing and extending the API</h2>
......
......@@ -7,7 +7,7 @@
</head>
<body bgcolor="#ffffff">
<center><h1>Alignment API: System using the Alignment API</h1></center>
<center><h1>Alignment API: Systems using the Alignment API</h1></center>
<h2>Systems embarking the alignment API</h2>
......
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