BenjaminBaffy / context-aware-personal-assistant

2 stars 0 forks source link

Finding the combination of right Tokenizer/Classifier/Featureizer for project #41

Closed elshan2k closed 2 years ago

elshan2k commented 2 years ago

As the chatbot has multiple modules which each of them detects different entities that Featureizer for them change. For example, when the user says to the bot "how is the weather in Budapest?" The bot detects two city entities and that is because we use DIETClassifier and RegexEntitiyClassifier. Both of them detect this entity. We can not use only one of them because the "Name extractor" would not work in that case.

elshan2k commented 2 years ago

https://forum.rasa.com/t/new-to-rasa-2-entity-extraction-for-large-lists/40397/4 was helpful