I be creating an interactive chat-bot type prog he user asks and turn the user's input into a qu beginning sentences: ase tell me more about. ny of my patients tell me the same thing.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
You will be creating an interactive chat-bot type program. Eliza is a therapist program that interacts with the user. Your program will need to evaluate
what the user asks and turn the user's input into a question that sounds like the therapist really cares.
Sample beginning sentences:
• Please tell me more about ...
• Many of my patients tell me the same thing.
• It is getting late, maybe we had better quit.
Why do you say that .. how can you fix that?
You seem to think that ...
Why?
So, you are concerned that ... expand on that.
Hint: Use random generator.
random.randint(start, end) will return a random integer between the start and end number (inclusive) but before using this method,
you need to add
import random
Example session with Eliza
Good day. What is your problem? Enter your response here or Q to quit: my teacher hates me
Why do you say that "my teacher hates me"?
Enter your response here or Q to quit: she always calls on the girls in the class
Please tell me more
Enter your response here or Q to quit: i would like to get called on too
You seem to think that "I would like to get called on too" why?
Enter your response here or Q to quit: q
Transcribed Image Text:You will be creating an interactive chat-bot type program. Eliza is a therapist program that interacts with the user. Your program will need to evaluate what the user asks and turn the user's input into a question that sounds like the therapist really cares. Sample beginning sentences: • Please tell me more about ... • Many of my patients tell me the same thing. • It is getting late, maybe we had better quit. Why do you say that .. how can you fix that? You seem to think that ... Why? So, you are concerned that ... expand on that. Hint: Use random generator. random.randint(start, end) will return a random integer between the start and end number (inclusive) but before using this method, you need to add import random Example session with Eliza Good day. What is your problem? Enter your response here or Q to quit: my teacher hates me Why do you say that "my teacher hates me"? Enter your response here or Q to quit: she always calls on the girls in the class Please tell me more Enter your response here or Q to quit: i would like to get called on too You seem to think that "I would like to get called on too" why? Enter your response here or Q to quit: q
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY