Skip to content

Commit fdfe5c1

Browse files
committed
feat: add missing corpora omw
1 parent c33d765 commit fdfe5c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sugaroid/config/config.py

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def check_file(self) -> bool:
9191
"wordnet",
9292
"vader_lexicon",
9393
"punkt",
94+
"omw-1.4"
9495
]:
9596
nltk.download(lexicon)
9697
self.write_file()

0 commit comments

Comments
 (0)