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

Safe HaskellNone

NLP.Nerf.Dict.NELexicon

Description

Handling the NELexicon dictionary.

Synopsis

Documentation

parseNELexicon :: Text -> [Entry]Source

Parse the NELexicon into a list of entries.

readNELexicon :: FilePath -> IO [Entry]Source

Read the dictionary from the file.