项目作者: marcusklang
项目描述 :
Language pipelines
高级语言: Java
项目地址: git://github.com/marcusklang/langforia.git
langforia
Language pipelines
What?
This is a library for building language pipelines.
Prerequisites
How to use/install?
- 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.
Example of usage
In directory frontend there is a webserver implementation that can be used to test out what is available and visualize the results.