From 7017705938ef6c7adb8c543e012f5e77de37b6c1 Mon Sep 17 00:00:00 2001 From: Angel Mendez Date: Thu, 17 Feb 2022 22:35:48 -0600 Subject: [PATCH] feat: Add file content to translate --- 6-NLP/2-Tasks/translations/assignment.es.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 6-NLP/2-Tasks/translations/assignment.es.md diff --git a/6-NLP/2-Tasks/translations/assignment.es.md b/6-NLP/2-Tasks/translations/assignment.es.md new file mode 100644 index 00000000..07439ff1 --- /dev/null +++ b/6-NLP/2-Tasks/translations/assignment.es.md @@ -0,0 +1,11 @@ +# Make a Bot talk back + +## Instructions + +In the past few lessons, 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 + +| Criteria | Exemplary | Adequate | Needs Improvement | +| -------- | --------------------------------------------- | ------------------------------------------------ | ----------------------- | +| | A new bot.py file is presented and documented | A new bot file is presented but it contains bugs | A file is not presented |