From f2d23be5f80e98170bacfa87b6bb9f63bb95d411 Mon Sep 17 00:00:00 2001 From: Angel Mendez Date: Thu, 24 Feb 2022 10:41:59 -0600 Subject: [PATCH] (spanish) 6-NLP/2-Tasks/assignment.md (#528) * feat: Add file content to translate * (spanish) 6-NLP/2-Tasks/assignment.md Translate file `6-NLP/2-Tasks/assignment.md` to spanish * Update 6-NLP/2-Tasks/translations/assignment.es.md Improve translation coherence Co-authored-by: Steven Jocol <53009062+Stevengez@users.noreply.github.com> Co-authored-by: Steven Jocol <53009062+Stevengez@users.noreply.github.com> --- 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..6895eada --- /dev/null +++ b/6-NLP/2-Tasks/translations/assignment.es.md @@ -0,0 +1,11 @@ +# Hacer que un Bot responda + +## Instrucciones + +En las lecciones anteriores, programaste un bot básico con el cual chatear. Este bot da respuestas aleatorias hasta que le digas 'bye'. ¿Puedes hacer las respuestas menos aleatorias, y activar respuestas si dices cosas específicas, como 'why' o 'how'? Piensa un poco en cómo el aprendizaje automático puede hacer este tipo de trabajo menos manual a medida que extiendes tu bot. Puedes usar las librerías NLTK o TextBlob para hacer tus tareas más fáciles. + +## Rúbrica + +| Criterio | Ejemplar | Adecuado | Necesita mejorar | +| -------- | --------------------------------------------- | ------------------------------------------------ | ----------------------- | +| | Se presentó y documentó un nuevo archivo bot.py | Se presentó un nuevo archivo bot pero contiene fallos | No se presentó un archivo |