python-duckling
python-duckling copied to clipboard
Python wrapper for wit.ai's Duckling Clojure library
Hi, When i run d = Duckling() I get the following issue. File "C:\Users\hi\Anaconda3\lib\site-packages\duckling\duckling.py", line 53, in __init__ self.clojure = jpype.JClass('clojure.java.api.Clojure') File "C:\Users\hi\Anaconda3\lib\site-packages\jpype\_jclass.py", line 73, in JClass raise _RUNTIMEEXCEPTION.PYEXC("Class %s...
Applied to code the solution to the problem explained in this question: [https://stackoverflow.com/questions/64841426/duckling-int-argument-must-be-a-string-a-bytes-like-object-or-a-number-not](https://stackoverflow.com/questions/64841426/duckling-int-argument-must-be-a-string-a-bytes-like-object-or-a-number-not)
Hi, When i launch print(d.parse_time(u'Let\'s meet at 11:45am')), i obtain the error '
I tried running duckling after installing a more recent version of JPype and started getting the following error when I tried using the parse_time function: /usr/local/lib/python3.6/dist-packages/jpype/_jstring.py in getitem(self, i) 46...
``` from duckling import Duckling d = Duckling() d.load() d.parse('on September 31') ``` Error: ``` Mar. 20, 2020 5:22:34 P.M. clojure.tools.logging$eval277$fn__281 invoke SEVERE: Error while resolving {:timezone nil, :pred #object[clojure.lang.AFunction$1...
python 3.6 duckling 1.18 **German** text = "dritte Nachricht" English text = "third message" ``` from duckling import DucklingWrapper from duckling import language as lang nlp = DucklingWrapper() nlp.language =...
Surprisingly, it does not recognise dd/mm/yyyy or mm/dd/yyyy or yyyy/mm/dd for of date! It misreads dd-mm-yyyy as mm-dd-yyyy In a case - u"The patient paid ten dollars for a kidney...
If this PR is good enough is it possible to update pypi version of `duckling` as well? Kind regards, Vilen
I have problems installing duckling. It seems that jpype is not available. Could you please add this information to the readme and also give me a hint which version of...