-
Notifications
You must be signed in to change notification settings - Fork 1
Setup
Matthias Schildwächter edited this page Sep 7, 2017
·
6 revisions
To be able to run (e.g. with spring-boot:run) the machine learning module, it is necessary to fulfill a few set up steps:
- Clone anonml-recognition-ml from https://github.com/anon-ml/anonml-recognition-ml.git
- Clone anonml-core from https://github.com/anon-ml/anonml-core.git
- run "mvn clean install" to install it in your local maven repository
- Clone https://github.com/seyyaw/cleartk
- run "mvn clean install -Dmaven.test.skip=true" to install Cleartk in your local maven repository
- Clone https://github.com/tudarmstadt-lt/GermaNER
- run "mvn clean install -Drat.skip=true" to install GermaNER in your local maven repository
- Download the feature file
- Place it in ./src/main/resources/GermaNER of the service module of the cloned anonml-recognition-ml project