Skip to content
Matthias Schildwächter edited this page Sep 4, 2017 · 6 revisions

Clone the Project

  1. Clone anonml-recognition-ml from https://github.com/anon-ml/anonml-recognition-ml.git
  2. Execute the following steps

GermaNER

  1. Clone https://github.com/tudarmstadt-lt/GermaNER
  2. run "mvn clean install -Drat.skip=true" to install GermaNER in your local maven repository

Cleartk (adjusted version)

  1. Clone https://github.com/seyyaw/cleartk
  2. run "clean install -Dmaven.test.skip=true" to install Cleartk in your local maven repository

Feature file

  1. Download the feature file
  2. Place it in ./src/main/resources/GermaNER of the service module of the cloned anonml-recognition-ml project
Clone this wiki locally