Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide and parse builtin grammar based slots #2

Open
mathquis opened this issue Jan 1, 2020 · 1 comment
Open

Provide and parse builtin grammar based slots #2

mathquis opened this issue Jan 1, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@mathquis
Copy link

mathquis commented Jan 1, 2020

With "builtin" grammar based slots (for number, date, time, duration, etc.) the extracted text for these slots will need to be parsed to actionable values.

It would be pretty awesome to get a real date when saying tomorrow at six pm for example.

The Duckling library looks perfect for the job.

The Facebook updated version uses Haskell (instead of Clojure).
https://github.com/facebook/duckling

There is an interesting python library that plugs directly Facebook's Duckling (still experimental but should easily be improved).
https://github.com/sebastianmika/pyduckling

Also C bindings:
https://github.com/turbolent/CDuckling

Snips also ported the Duckling library to Rust:
https://github.com/snipsco/rustling

@koenvervloesem
Copy link
Member

See also Mycroft's Lingua Franca.

@koenvervloesem koenvervloesem added the enhancement New feature or request label Jan 3, 2020
@koenvervloesem koenvervloesem changed the title [Feature] Provide and parse builtin grammar based slots Provide and parse builtin grammar based slots Jan 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants