forked from tbouttaz/RDF2TextTranslator
-
Notifications
You must be signed in to change notification settings - Fork 0
Distribution
tbouttaz edited this page Apr 23, 2012
·
2 revisions
The /dist/ folder contains 2 JAR files used for distribution:
- The runnable JAR containing the required dependencies. It can be executed to generate the textual description of an RDF resource by providing this resource URL as an argument.
- The deployment JAR, used for deployment within a web application (such as ourSpaces).
The service is configured via 2 files:
- Ontologies.xml which contains information about ontologies used by the NLG service (name, name space and path to the ontology file)
- nlgService.properties which contains paths to the lexicon files and the ontologies.xml file, and information about the Sesame server.
By default, those configuration files point to the folders of the test package (./test/lexicon and ./test/ontologies)