nerf-0.5.4.1: Nerf, a named entity recognition tool based on linear-chain CRFs

Safe HaskellNone
LanguageHaskell2010

NLP.Nerf.Dict.Prolexbase

Description

Handling Prolexbase dictionaries, both with the same storage format.

Synopsis

Documentation

parseProlexbase :: Text -> [Entry] Source #

Parse dictionary into a list of entries.

readProlexbase :: FilePath -> IO [Entry] Source #

Read the dictionary from the file.