dictparser-0.2.0.0: Parsec parsers for the DICT format produced by dictfmt -t

Safe HaskellSafe-Inferred

NLP.DictParser.Types

Documentation

data Def a Source

Constructors

Def Headword [(a, [(Translation, [Example])])] 

Instances

Eq a => Eq (Def a) 
Show a => Show (Def a) 

data Dict a Source

Constructors

Dict 

Fields

headers :: [(String, String)]
 
definitions :: [Def a]
 

Instances

Eq a => Eq (Dict a) 
Show a => Show (Dict a)