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 361fbc0 commit 3106b1aCopy full SHA for 3106b1a
chatbot.py
@@ -12,7 +12,7 @@
12
import string # to process standard python strings
13
14
15
-f=open('corpus.txt','r',errors = 'ignore')
+f=open('chatbot.txt','r',errors = 'ignore')
16
raw=f.read()
17
raw=raw.lower()# converts to lowercase
18
#nltk.download('punkt') # first-time use only
0 commit comments