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

Safe HaskellNone

NLP.Nerf.Dict

Synopsis

Documentation

preparePNEGSource

Arguments

:: FilePath

Path to PNEG in the LMF format

-> FilePath

Output file

-> IO () 

Parse the PNEG dictionary and save it in a binary form into the output file.

prepareNELexiconSource

Arguments

:: FilePath

Path to NELexicon

-> FilePath

Path to PoliMorf

-> FilePath

Output file

-> IO () 

Parse the NELexicon, merge it with the PoliMorf and serialize into a binary, DAWG form.