- Textmining Utility
- Textmining Annotator Resources
- Run
mvn cleanin the project root to install the custom built Monq jar
For logging to work, you need to set the following JVM options:
HOSTNAME and LOGPATH
as their values are used to determine the path of the log files "LOGPATH/logs/textmining_api_annotator-HOSTNAME.log".
- Comment the dictionaries you don't need in
init()method inLoadDictionaryclass and the corresponding filters ingetBaseDictFilters(String ftId)method inExecuteDictionaryServiceclass if you are deploying locally because loading all dictionaries locally will take a lot of time and will probably crash the app with ajava.lang.OutOfMemoryError: Java heap spaceexception. - Since this is a Spring Boot project, you can start it by running the main method of the
Applicationclass.