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

Safe HaskellNone
LanguageHaskell2010

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.