Skip to content

Commit

Permalink
Pos taks script is merge to a flair script
Browse files Browse the repository at this point in the history
  • Loading branch information
AmaliePauli committed May 7, 2020
1 parent 55c86e8 commit d84a356
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions danlp/models/pos_taggers.py

This file was deleted.

2 changes: 1 addition & 1 deletion docs/models/pos.md
Expand Up @@ -48,7 +48,7 @@ F1 scores is reported below and can be reproduced using `pos_benchmarks.py` in t
Below is a small snippet for getting started with the Flair Part of Speech tagger trained by Alexandra Institute, but more examples can be found on [Flair](<https://github.com/zalandoresearch/flair>) GitHub page.

```python
from danlp.models.pos_taggers import load_flair_pos_model
from danlp.models import load_flair_pos_model
from flair.data import Sentence

# Load the POS tagger using the DaNLP wrapper
Expand Down

0 comments on commit d84a356

Please sign in to comment.