Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A00571636 Chatbot - Lab 07 #189

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

germanking6
Copy link

@germanking6 germanking6 commented Jun 1, 2024

El Chatbot con nuevos tipos de entrada (mood, weather, magic8)

mood

  • It tells you in what mood the bot is
  • Detect ("mood", "how are you")

magic 8 ball

  • If you ask the bot a question it tells you a response just like a magic 8 ball would
  • Detects ("magic8 [question]")

weather

  • It tells you the weather in your location
  • Detects("weather", "what is the weather")

El Chatbot con nuevos tipos de entrada (mood, weather, magic8)
@germanking6 germanking6 changed the title A00571636 Chatbot - Gramáticas libres de contexto A00571636 Chatbot - Lab 07 Jun 1, 2024
@VictorRodriguez
Copy link
Owner

vrodri3/tmp % ./chat
Chatbot: Hi! You can greet me, ask for the time, say goodbye, ask the weather, ask my mood, or ask the magic 8-ball.
time
Chatbot: The current time is 17:52.
weather
Guadalajara, Mexico: ⛅️  +36°C 14% 0.0mm 1017hPa 🌘 ↓7km/h 07:12:08 %
what is your mood
Chatbot: I didn't understand that.
vrodri3/tmp % ./chat
Chatbot: Hi! You can greet me, ask for the time, say goodbye, ask the weather, ask my mood, or ask the magic 8-ball.
mood
Chatbot: I am Relieved 😌
magic
Chatbot: I didn't understand that.
vrodri3/tmp % ./chat
Chatbot: Hi! You can greet me, ask for the time, say goodbye, ask the weather, ask my mood, or ask the magic 8-ball.
magic 8-ball
Chatbot: I didn't understand that.
vrodri3/tmp % ./chat
Chatbot: Hi! You can greet me, ask for the time, say goodbye, ask the weather, ask my mood, or ask the magic 8-ball.
magic8
Chatbot: Better not tell you now
magic8
Chatbot: My reply is no

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants