-
Notifications
You must be signed in to change notification settings - Fork 1
Setup
Matthias Schildwächter edited this page Sep 4, 2017
·
6 revisions
- Clone anonml-recognition-ml from https://github.com/anon-ml/anonml-recognition-ml.git
- Execute the following steps
- Clone https://github.com/tudarmstadt-lt/GermaNER
- run "mvn clean install -Drat.skip=true" to install GermaNER in your local maven repository
- Clone https://github.com/seyyaw/cleartk
- run "clean install -Dmaven.test.skip=true" to install Cleartk 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