Thanks to visit codestin.com
Credit goes to github.com

Skip to content

EuropePMC/Textmining-Annotator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Textmining Annotator

Local Installation and Deployment

Prerequisites

Logging

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".

Starting the Project

  • Comment the dictionaries you don't need in init() method in LoadDictionary class and the corresponding filters in getBaseDictFilters(String ftId) method in ExecuteDictionaryService class if you are deploying locally because loading all dictionaries locally will take a lot of time and will probably crash the app with a java.lang.OutOfMemoryError: Java heap space exception.
  • Since this is a Spring Boot project, you can start it by running the main method of the Application class.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages