Currently the downloadable version of RiMOM can only run on the benchmark dataset of OAEI2006.
Download RiMOM with GUI (newest version)
External tools needed: Perl environment, WordNet, three Perl modules Text-Similarity WordNet::QueryData and WordNet::Similarity, and Java 1.5 (or above)
Prepare a Perl environment, the current release is 5.8.8
Get WordNet 2.1 and install;
Get Perl module Text-Similarity, the current version is 0.02;
Get Perl module WordNet::QueryData, before installing this, make sure there's an environment variable WNHOME pointing to the directory of WordNet (for example, /usr/local/WordNet-2.1/ or C:\Program Files\WordNet\2.1\);
Get Perl module WordNet::Similarity;
uncompress RiMOM_System.zip
Launch our WordNet Similarity Server: perl wordnet-similarity-server.pl
wordnet-similarity-server.pl is located at the base location of RiMOM_System
This will create a socket on port 5050 for the communication between Perl and Java.
Launch RiMOM using the batch file benchmark.bat (.sh) under the RiMOM_System directory.
Usage:
For Windows: benchmark.bat locationOfBenchmarkTestCase
For Linux: benchmark.sh locationOfBenchmarkTestCase
For example: benchmark.bat e:/benchmark/ OR benchmark.sh /home/RiMOM/benchmark/
RiMOM will map each locationOfBenchmarkTestCase/xxx/onto.rdf to locationOfBenchmarkTestCase/101/onto.rdf, and render the result as locationOfBenchmarkTestCase/xxx/RiMOM.rdf in the Alignment format.