duckling-0.1.6.1: A Haskell library for parsing text into structured data.

Safe HaskellNone
LanguageHaskell2010

Duckling.Engine

Synopsis

Documentation

lookupRegexAnywhere :: Document -> Regex -> Duckling [Node] Source #

Handle a regex match anywhere in the text

runDuckling :: Duckling a -> a Source #