Duckling Alternative?
See original GitHub issuener_duckling
has been deprecated and ner_duckling_http
has been introduced since version 0.14. net_duckling_http
requires the running of a duckling http server, which either requires docker or
haskell. Now, the hosting service(DreamHost shared VPS) we are using for deploying our chatbot neither supports docker
nor Haskell
. Hence we are unable to use date/time extraction.
How do I solve this? Is there any alternative to ner_duckling_http
we can use?
Currently the only solution I can think of is to use an already existing datetime parser like dateparser and write a custom Rasa NLU compnent as a wrapper around it.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Is there any alternative of duckling? - Rasa Open Source
If you're using micro-services, you should be able to run Haskell in a service. You can use Spacy for extraction and then feed...
Read more >Is there any alternative of duckling? - rasa nlu - Stack Overflow
Duckling is indeed the recommended option for dates. Is there any reason why you don't want to use Duckling?
Read more >Duckling Alternatives and Reviews (Nov 2022) - LibHunt
Which is the best alternative to duckling? Based on common mentions it is: ✓spaCy, ✓Ctparse, ✓Giveme5W1H, ✓Kornia, ✓Jruizgit/Rules or ...
Read more >Duckling Alternative? · Issue #1711 · RasaHQ/rasa - GitHub
Hence we are unable to use date/time extraction. How do I solve this? Is there any alternative to ner_duckling_http we can use? Currently...
Read more >Duckling Sales Alternatives and Similar Sites / Apps
The best Duckling Sales alternatives are iBoske, FixFinder and Prestavi. Our crowd-sourced lists contains five apps similar to Duckling ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Implementing a foreign function interface for duckling eould probably be the cleanest solution.
This would need a few lines of python, a few more of haskell. And a whole research team to force ghc compiling it.
i’m going to close this then as the question was answered