Geoparser

How the geoparser can be used in Rasa NLU processing? I noticed that SpaCy contains mordecai package that does exactly that. But how can it be implemented in entity recognition?

Hi @emover, as mordecai is an extension of spacy, it’s not supported in rasa out of the box. However you could create a custom NLU component to use that package.

HI Ella, I really appreciate your answer. However, I’m just a beginner in Python, I came from ASP.NET world. Can you give a little bit more tips on it. And I believe this feature is a must for a good AI model since its implemented by default in DialogFlow, Wit.ai etc. I was able to run mordecai docker and hoped that it should work the same way as duckling, which is working fine in my project. But its not a case. Will hope that you can help