Alex Lebrun

Results 14 comments of Alex Lebrun

Exactly same issue here... did you solve it ?

Can you please provide more details about your issue? At which step are you blocked?

The reason we don't return a posix date is that it wouldn't contain timezone information. In most use cases, the user just says "2pm" (we don't really know their timezone)...

Thanks for your kind words. The primary reason is that Duckling was started as a component of the Wit.ai service, entirely written in Clojure. Another reason is that Duckling is...

Hi! 7 examples are failing. I don't understand Thai language enough to fix the regular expressions. Could you have a look? Don't hesitate if you have any question. ``` 0...

That's because the `:value` of time tokens is "resolved" only after all parsing is done. So when your rule fires, the time token has no `:value` field yet. We did...

Yes `duration` is resolved here: https://github.com/wit-ai/duckling/blob/master/src/duckling/time/api.clj#L34 We should probably clean this up a bit!

Hey Julius, Many people have expressed their need for recurrence expressions, so that's definitely something we should try to handle. The issue is, Duckling's internal representations (predicates) are designed with...

That's not trivial, since we currently have a dependency to Java-based Joda time (through the `clj-time` library). It should be possible to replace `clj-time`with a Clojurescript time library such as...

For us Clojurians this is better: https://github.com/dakrone/cld