You can download the results Here.
You can download the program Here. Parameter file is included.
You may also want to download tasks from Here.
Assume it is under Linux OS. Download pm.zip.
$ mkdir test $ cd test $ curl http://www.sis.pitt.edu/~mingmao/om06/pm.zip -o pm.zip $ unzip pm.zip $ export CWD=`pwd`
$ curl http://oaei.ontologymatching.org/2006/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 fr.inrialpes.exmo.align.impl.method.TestStringDistAlignment -Dnoinst=1 -d 0 -p $CWD/param.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
-- 9/4/2006