From ed953ab47c66822d60b069fb9dbee3583418c21b Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Mon, 24 May 2021 17:51:34 -0400 Subject: [PATCH] assignment clarification --- NLP/1-Introduction-to-NLP/assignment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NLP/1-Introduction-to-NLP/assignment.md b/NLP/1-Introduction-to-NLP/assignment.md index beed020a..f34cfcce 100644 --- a/NLP/1-Introduction-to-NLP/assignment.md +++ b/NLP/1-Introduction-to-NLP/assignment.md @@ -2,7 +2,7 @@ ## Instructions -In this lesson, you programmed a basic bot with whom to chat. This bot gives random answers until you say 'bye'. Can you make the answers a little less random, and trigger answers if you say specific things, like 'why' or 'how'? Think a bit how machine learning might make this type of work less manual as you extend your bot. +In this lesson, you programmed a basic bot with whom to chat. This bot gives random answers until you say 'bye'. Can you make the answers a little less random, and trigger answers if you say specific things, like 'why' or 'how'? Think a bit how machine learning might make this type of work less manual as you extend your bot. You can use NLTK or TextBlob libraries to make your tasks easier. ## Rubric