Mentions légales du service

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

- marked as obsolete

- corrected a few problem though
parent 9091ab30
No related branches found
No related tags found
No related merge requests found
#!/bin/csh
# This is a serie of tests made for the presentation of the API.
# All these tests can be automatically run
# This file is obsolete and is superseeded by our tests (Version 3.6)
echo "This file is obsolete and is superseeded by our tests"
# Context
echo "Cleaning up."
setenv CWD `pwd`
setenv WNDIR ../../WordNet-3.0/dict
# Clean up
/bin/rm aligns/*.owl
/bin/rm -rf aligns/
mkdir aligns
/bin/cp ../dtd/align.dtd aligns/align.dtd
/bin/cp ../file_properties.xml .
......@@ -34,7 +40,7 @@ java -jar ../lib/procalign.jar file://$CWD/rdf/edu.umbc.ebiquity.publication.owl
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.impl.method.StrucSubsDistAlignment -o aligns/StrucSubsDist7.owl -t .7
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
#java -jar ../lib/procalign.jar -Dwndict=$WNDIR file://$CWD/rdf/edu.umbc.ebiquity.publication.owl file://$CWD/rdf/edu.mit.visus.bibtex.owl -i fr.inrialpes.exmo.align.ling.JWNLAlignment -o aligns/JWNL.owl
# Evaluate their performances
echo "Comparing..."
......
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