Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kermitt2 committed Jul 3, 2022
1 parent 0663e8a commit 236d0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Deep-Learning-models.md
Expand Up @@ -37,7 +37,7 @@ DeLFT version `0.3.1` has been tested successfully with Python 3.7 and 3.8. For

```shell
cd deflt/
python3 grobidTagger.py delft/applications/citation tag
python3 grobidTagger.py delft/applications/citation tag --architecture BidLSTM_CRF
```

If it works (you see some annotations in JSON format), you are sure to have a working DeLFT environment for **all** GROBID models. The next steps address the native bridge between DeLFT and the JVM running GROBID.
Expand Down

0 comments on commit 236d0a8

Please sign in to comment.