We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4f18c commit f36a0e8Copy full SHA for f36a0e8
etc/compute_related.py
@@ -6,7 +6,7 @@
6
7
nltk.download('stopwords')
8
nltk.download('wordnet')
9
-nltk.download('punkt')
+nltk.download('punkt_tab')
10
11
from nltk.corpus import stopwords
12
from nltk.stem import WordNetLemmatizer
etc/compute_topics.py
@@ -5,7 +5,7 @@
5
nltk.download('omw-1.4')
0 commit comments