From 7fffdb80c73e1b1e8020c48dc6c980c75b3253a0 Mon Sep 17 00:00:00 2001 From: "Suraj Choli (cholis)" Date: Wed, 25 Oct 2017 12:33:13 +0100 Subject: [PATCH] Shit to do 25-10-17 --- Criteria.txt | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/Criteria.txt b/Criteria.txt index 1bebc2f..8d8d154 100644 --- a/Criteria.txt +++ b/Criteria.txt @@ -1,3 +1,19 @@ -Criteria for the chatbot to meet by the end of the project: - - Respond to user input - +Elements of the chatbot +- Finding and storing questions and answers +- CSV Files +- API interaction +- JSON Files + +Text Recognition +- Read user input +- Determine meaning/ request + +Response +- Select appropriate response +- Read from .CSV file +- Form coherent responses + +Error/ Testing +- Trying inputs to break chatbot +- Find and log breaking points +- Fix breaks