Skip to content

Commit

Permalink
add wordnet download
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Nov 13, 2024
1 parent df00cc2 commit 123ff93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

# import nltk data for pdf parser
nltk.download("punkt")
nltk.download("wordnet")
nltk.download("averaged_perceptron_tagger")

json_schema = {
Expand Down

0 comments on commit 123ff93

Please sign in to comment.