We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33d765 commit fdfe5c1Copy full SHA for fdfe5c1
sugaroid/config/config.py
@@ -91,6 +91,7 @@ def check_file(self) -> bool:
91
"wordnet",
92
"vader_lexicon",
93
"punkt",
94
+ "omw-1.4"
95
]:
96
nltk.download(lexicon)
97
self.write_file()
0 commit comments