(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>
This commit is contained in:
Родитель
639b70a00d
Коммит
f2d23be5f8
|
@ -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 |
|
Загрузка…
Ссылка в новой задаче