Does anyone have any experience in extending Duckling? I have it running fine & I’m looking to extend it with larger corpuses for particular entities. I’m trying to find out how I can extend things out.
I’m looking for a step-by-step example on extending Duckling to classify terms more terms for a particular entity. I’m curious to know if someone can point me to a guide or if they have done it done it themselves and how they did it.
@qamir an alternative to extending Duckling is to write your own entity extractor component in Rasa. For example, the [rasa-nlu-examples] repository contains a dateparser date extractor. This dateparser supports more languages and is written on top of the dateparser library.