Liking cljdoc? Tell your friends :D

duckling.engine

This component parses a phrase and extracts information based on rules. The two main phases are matching and production.

  1. rules are transformed into objets via rules macro
  2. rules are (recursively) matched based on theirs pattern vectors.
  3. tokens containing final info are produced using their production rules
This component parses a phrase and extracts information based on rules.
The two main phases are matching and production.
1. rules are transformed into objets via rules macro
2. rules are (recursively) matched based on theirs pattern vectors.
3. tokens containing final info are produced using their production rules
raw docstring

duckling.helpers

This namespace contains the common helpers used in rules

This namespace contains the common helpers used in rules
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close