The duckling you installed is part of the ner_duckling_http pipeline and not ner_duckling, ner_duckling is simply the python wrapper of the Clojure version of duckling. Facebook has deprecated that. You pipeline should look like this
Great that is working!
However do I need to write my own Haskell code to specify the correct language?
There is not much info on their github page and I have no experience with that language.
update
I found the solution in the docs. Updating my pipeline with
pipeline:
timezone: "Europe/Copenhange"
Original
Addendum.
How do I handle timezone? I believe the normal procedure for duckling is to send the local time zone within the web request. But I can’t do that with rasa.
If I’m reading the datetime right, the coordinated universal time is -7, “2018-08-06T00:00:00.000-07:00”. I need UTC +1
Sorry, that was a confusing post. I originally made the addendum. After I found the solution I updated the post. I should probably have deleted the original message.
Anybody used Duckling as hosted on cloud (on aws or heroku). I would like to understand the deployment process to use that end point as API (url: “http://duckling:8000”).
I think i should clarify what the url you suggested http://duckling:8000
This is actually my docker environment where i create a network and name each of my containers.
Duckling as far as i am aware is not a hosted service. You have to self host it
I don’t think it’s a the right decision to go with duckling. There are plenty of other hosts available in the market. As the likes of Amazon Web services, Microsoft Azure, DigitalOcean etc.
You can go with either of them but, I am not sure why are you considering it as an option.