Skip to content

Commit 3b295c5

Browse files
authored
Update chatbot.py
1 parent bec8b88 commit 3b295c5

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
@@ -15,8 +15,8 @@
1515
nltk.download('popular', quiet=True) # for downloading packages
1616

1717
# uncomment the following only the first time
18-
#nltk.download('punkt') # first-time use only
19-
#nltk.download('wordnet') # first-time use only
18+
nltk.download('punkt') # first-time use only
19+
nltk.download('wordnet') # first-time use only
2020

2121

2222
#Reading in the corpus

0 commit comments

Comments
 (0)