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

Safe HaskellNone
LanguageHaskell98

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.