The Lemon Lexicon Generator automatically generates a lexicon from an ontology. This project consists of the following modules:
stl
: The main generation code, using semantic, terminological and linguistic informationstl.test
: Integration testsstl.web
: The web interface to the generatornlp.core
: Interfaces to basic NLP toolsnlp.basic
: Basic NLP components, e.g., tokenizersnlp.stanford
: (Optional) Interface to Stanford NLP Toolkit
The generator can be executed as follows
mvn exec:java -Dexec.mainClass=eu.monnetproject.lemon.generator.lela.Main \
-Dexec.args="ontology.owl lemonLexicon.ttl"