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

Safe HaskellNone
LanguageHaskell2010

NLP.Nerf.Dict.PNEG

Description

Parsing the Gazetteer for Polish Named Entities (used formerly within the SProUT platform) in the LMF format.

Synopsis

Documentation

parsePNEG :: Text -> [Entry] Source #

Parse the dictionary to the list of entries.

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

Read the dictionary from the file.