From d1a29edf4141ce31febf1736d3ab652fe8c8a16e Mon Sep 17 00:00:00 2001 From: "Richard Horton (hortonr6)" Date: Tue, 31 Oct 2017 00:01:32 +0000 Subject: [PATCH] Deleted Criteria.txt Replaced with Chatbot_Requirements.txt as it is more up to date and it has a different layout/organisational system that should work better for the group rather than a simple list of areas to work on --- Criteria.txt | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 Criteria.txt diff --git a/Criteria.txt b/Criteria.txt deleted file mode 100644 index 8d8d154..0000000 --- a/Criteria.txt +++ /dev/null @@ -1,19 +0,0 @@ -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