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
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
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
show me a code on jupyter notebook by using the example
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 2 images
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education