Skip to content

Commit

Permalink
Merge pull request #8 from kerphi/patch-1
Browse files Browse the repository at this point in the history
fix models path
  • Loading branch information
kermitt2 committed Jan 28, 2017
2 parents 575052f + 88c5749 commit a877655
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions grobid-ner/doc/build-and-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@ Or download directly the zip file:
```

GROBID NER is actually a sub-project of GROBID.
Although GROBID NER might be merged with GROBID in the future, at this point the GROBID NER sub-module simply need to added manually.
In the main directory of GROBID NER:
Although GROBID NER might be merged with GROBID in the future, at this point the GROBID NER sub-module simply needs to be added manually to the main directory of GROBID:

```bash
> cp -r grobid-ner /path/to/grobid/

> cp -r grobid-home/models/* /path/to/grobid/grobid-home/
> cp -r grobid-home/models/* /path/to/grobid/grobid-home/models/
```

Then build the GROBID NER subproject:
Expand All @@ -63,4 +62,4 @@ Then build the GROBID NER subproject:
> cd /path/to/grobid/grobid-ner

> mvn clean install
```
```

0 comments on commit a877655

Please sign in to comment.