Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Alignment API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
moex
Alignment API
Commits
5d8ead1a
Commit
5d8ead1a
authored
15 years ago
by
Jérôme Euzenat
Browse files
Options
Downloads
Patches
Plain Diff
- marked as obsolete
- corrected a few problem though
parent
9091ab30
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/tests.sh
+8
-2
8 additions, 2 deletions
examples/tests.sh
with
8 additions
and
2 deletions
examples/tests.sh
+
8
−
2
View file @
5d8ead1a
#!/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.JWNLAlignment
Test
-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..."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment