Skip to content

Commit a0bcf3e

Browse files
authored
Update chatbot.py
1 parent 6f325a0 commit a0bcf3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatbot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
nltk.download('popular', quiet=True) # for downloading packages
1818

1919
# uncomment the following only the first time
20-
nltk.download('punkt') # first-time use only
21-
nltk.download('wordnet') # first-time use only
20+
#nltk.download('punkt') # first-time use only
21+
#nltk.download('wordnet') # first-time use only
2222

2323

2424
#Reading in the corpus

0 commit comments

Comments
 (0)