WordWorks is a machine translation project, using BabelNet.
- First download BabelNet version 2.5, API and index, and also download WordNet 3.0.
- Pull a fresh copy of master branch into your Eclipse workspace.
- Copy
config
andresources
from BabelNet API project into your working directory. - Extract BabelNet index.
- Set
babelnet.dir
inconfig/babelnet.var.properties
to your BabelNet index directory. - Set
jlt.wordnetPrefix
inconfig/jlit.var.properties
to your WordNet directory address, without its version. (You can find more instructions in the file.) - Now you're good to go.