Skip to content

cltl/vua-wsd-sem2015

Repository files navigation

vua-wsd-sem2015

System for the CLTL participation in SemEval2015 task 13: multilingual all-words sense disambiguation and entity linking.

##Installation

You will need just to clone the repository and run the instal.sh script, which will automatically download and install:

The version of the IMS system only works with java 1.6, so make sure you are using that version, you can check with java -version. If you are using any other version, you will need to modify the file libs/it_makes_sense_WSD/ims/testPlain.sh and set the java command to the exact java1.6 binary.

Change:
java -mx2500m -cp $CLASSPATH sg.edu.
by:
/usr/lib/jvm/java-1.6.0-openjdk-amd64/bin/java -mx2500m -cp $CLASSPATH sg.edu.....

So basically these are the the only steps required:

git clone https://github.com/cltl/vua-wsd-sem2015
cd vua-wsd-sem2015
install.sh

##Usage

To run the whole system, you will need to call to the script run.sh. This script will automatically call to all the modules in our pipeline for processing the original SemEval2015 files that can be found at the folder SemEval-2015-task-13_original_data. It will create a new folder data_en_naf, where all the NAF files created will be stored. Different files with different suffixes represent intermediate results of the whole pipeline. After running run.sh, 'run_experiment.sh' will run the experiment. The output can be found in evaluation/stats.

##Contact

##License Sofware distributed under GPL.v3, see LICENSE file for details.

About

System for the CLTL participation in SemEval2015 task 13: multilingual all-words sense disambiguation and entity linking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published