Skip to content
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 the Project

  1. Clone anonml-recognition-ml from https://github.com/anon-ml/anonml-recognition-ml.git

Install anonml-core

  1. Clone anonml-core from https://github.com/anon-ml/anonml-core.git
  2. run "mvn clean install" to install it in your local maven repository

Install Cleartk (adjusted version)

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

Install 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

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