We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06fca1 commit 55233e4Copy full SHA for 55233e4
third-party-libraries/nltk/setup.py
@@ -0,0 +1,5 @@
1
+import nltk
2
+
3
+# Before trying any function download the word list
4
+nltk.download('punkt')
5
+nltk.download('averaged_perceptron_tagger')
0 commit comments