Skip to content

Commit

Permalink
Documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Sep 1, 2016
1 parent 3263de0 commit 369d651
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion grobid-ner/doc/training-ner-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,15 @@ TBD


### Train the NER model
The assumption is that all the dataset have been downloaded and the property file grobid-ner.properties updated accordingly.
The assumption is that all the required datasets have been downloaded and the property file `grobid-ner.properties` updated accordingly.
The required files are:

- wikipedia.ner26.train shipped with the project

- reuters.ner26.train which is a 26 classes reuters based data


To start the training:

```
mvn generate-resources -Ptrain_ner
Expand Down

0 comments on commit 369d651

Please sign in to comment.