Language pipelines
This is a library for building language pipelines.
- JDK 8
- Maven 3+
- Clone this repo recursivly
- Download the bigger models from semantica and unpack its content to directory external
- Run external/install.sh - installs model dependencies to your local maven repository
- mvn install - to install the library into your local maven repo
- Depend on the libraries or test the webserver demo in the frontend directory.
In directory frontend there is a webserver implementation that can be used to test out what is available and visualize the results.