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 6f325a0 commit a0bcf3eCopy full SHA for a0bcf3e
chatbot.py
@@ -17,8 +17,8 @@
17
nltk.download('popular', quiet=True) # for downloading packages
18
19
# uncomment the following only the first time
20
-nltk.download('punkt') # first-time use only
21
-nltk.download('wordnet') # first-time use only
+#nltk.download('punkt') # first-time use only
+#nltk.download('wordnet') # first-time use only
22
23
24
#Reading in the corpus
0 commit comments