Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 30, 2023. It is now read-only.

Commit 3106b1a

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /