We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec8b88 commit 3b295c5Copy full SHA for 3b295c5
chatbot.py
@@ -15,8 +15,8 @@
15
nltk.download('popular', quiet=True) # for downloading packages
16
17
# uncomment the following only the first time
18
-#nltk.download('punkt') # first-time use only
19
-#nltk.download('wordnet') # first-time use only
+nltk.download('punkt') # first-time use only
+nltk.download('wordnet') # first-time use only
20
21
22
#Reading in the corpus
0 commit comments