PRIOR+ @ Ontology Alignment Evaluation Initiative Campaign 2007
Summary
Official OAEI 2007 Website
Our PRIOR+ system is the 1st place in real world cases of Benchmark Track, and 2nd place in Web Directory Track.
download
You can download the results Here
You can download the program Here. Parameter file is here.
You may also want to download tasks from Here.
How to run this program
Assume it is under Linux OS. Download pm.zip.
$ mkdir test
$ cd test
$ curl http://www.sis.pitt.edu/~mingmao/om07/priorplus.zip -o priorplus.zip
$ unzip priorplus.zip
$ export CWD=`pwd`
The systematic benchmark tests
$ curl http://oaei.ontologymatching.org/2007/benchmarks/bench.zip -o bench.zip
$ unzip bench.zip
$ cd benchmarks
$ java -cp $CWD/lib/procalign.jar
fr.inrialpes.exmo.align.util.GroupAlign -o test -n
http://oaei.inrialpes.fr/2006/benchmarks/101/onto.rdf
-i edu.prior.PriorPlusProfileAlignment
-Dnoinst=1 -d 0 -p $CWD/param.benchmark.xml
This will output the results of the test in the Alignment format,
required by the organizers, in one file named test.rdf in each test
directory.
Attention If each of your directory contains one source file and one
target file, like web directory task, you should add "-z 0" parameter
in your command line!
If you have any questions or comments, please contact mingmao AT mail DOT sis DOT pitt DOT edu -- 10/1/2007
Home