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

Safe HaskellNone
LanguageHaskell98

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.