Skip to content

Commit 3106b1a

Browse files
authored
Update chatbot.py
1 parent 361fbc0 commit 3106b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import string # to process standard python strings
1313

1414

15-
f=open('corpus.txt','r',errors = 'ignore')
15+
f=open('chatbot.txt','r',errors = 'ignore')
1616
raw=f.read()
1717
raw=raw.lower()# converts to lowercase
1818
#nltk.download('punkt') # first-time use only

0 commit comments

Comments
 (0)