nerf-0.5.2: Nerf, the named entity recognition tool based on linear-chain CRFs

Safe HaskellNone

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.