Skip to content

Commit

Permalink
fix: add download punkt_nltk
Browse files Browse the repository at this point in the history
  • Loading branch information
ledong0110 committed Aug 15, 2024
1 parent 528fbee commit 3f4fd48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vieval/__main__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import spacy
import nltk

nltk.download('punkt_tab')
try:
spacy.load("en_core_web_sm")
except OSError:
Expand Down

0 comments on commit 3f4fd48

Please sign in to comment.