diff --git a/6-NLP/1-Introduction-to-NLP/solution/bot.py b/6-NLP/1-Introduction-to-NLP/solution/bot.py index 1edc5a890..f452bc5b4 100644 --- a/6-NLP/1-Introduction-to-NLP/solution/bot.py +++ b/6-NLP/1-Introduction-to-NLP/solution/bot.py @@ -1,6 +1,6 @@ import random import string -# New Test +# New Update chatbot code with intent detection and state management INTENTS = { "greeting": ["hello", "hi", "hey"], "question": ["why", "what", "how", "is", "are", "?"],