Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wartaal committed Feb 14, 2023
1 parent 4473784 commit 400e640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 57,7 @@ from pprint import pprint
sent = "Die Europawahl in den Niederlanden findet immer donnerstags statt."

words = nltk.word_tokenize(sent)
lemmata = tagger.tag_sent(words)
lemmata = tagger_de.tag_sent(words)
pprint(lemmata)
```

Expand Down

0 comments on commit 400e640

Please sign in to comment.