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

Intent classification with rasa-nlu #54

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Intent classification with rasa-nlu #54

wants to merge 4 commits into from

Conversation

gautamig54
Copy link

I have added the model, dataset and the other files required for training the model.

@@ -106,6 +114,7 @@
engine.runAndWait()
intent = intentClassifier.intent_identifier(translate)
print("Intent:", intent)
intent_rasa = interpreter.parse(translate)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see any use of this variable. Can we try replace intent with intent_rasa and check how better it is detecting. I would also like to see accuracy % in pr description.

@gautamig54
Copy link
Author

Hello, the rasa model is trained on data in nlu.md. We can customise it as per the needs of the chatbot. I will have to prepare a test dataset and calculate the accuracy. I will do that for both the bayesian model and the rasa toolkit and will update you with the accuracy of both. Thank you!

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