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

Safe HaskellSafe
LanguageHaskell2010

Duckling.Ranking.Types

Documentation

type Feature = Text Source #

type Dataset = HashMap Text [Datum] Source #

type Classifiers = HashMap Text Classifier Source #