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

Safe HaskellNone

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.