diff --git a/html/alignwn.html b/html/alignwn.html index 358c0839d8b248890c9e39a57b4d176ba8ab2ef0..82fe4d23c3b7684525d2cfabd88eb597cf53b97f 100644 --- a/html/alignwn.html +++ b/html/alignwn.html @@ -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> <param name="dictionary_path" value="$dict$"/> -</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> diff --git a/html/eval.html b/html/eval.html index 718ff9f111da52480c37fe97f96f30c845a7ef69..d34cfcd0b090ff78317ab2be606439b0630f2949 100644 --- a/html/eval.html +++ b/html/eval.html @@ -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> diff --git a/html/impl.html b/html/impl.html index 6cb29e758408d0ade49696bf722e8078644f0d14..19e8a62a8a15c310cb86ee7bebd94b7e2bb033bb 100644 --- a/html/impl.html +++ b/html/impl.html @@ -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>