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

Safe HaskellNone
LanguageHaskell98

NLP.Nerf.Dict

Description

Extraction utilities for various dictionary resources.

Synopsis

Documentation

extractPoliMorf Source

Arguments

:: FilePath

Path to PoliMorf

-> IO Dict 

Extract NEs dictionary from PoliMorf.

extractPNEG Source

Arguments

:: FilePath

Path to PNEG in the LMF format

-> IO Dict 

Extract NEs dictionary from PNEG.

extractNELexicon Source

Arguments

:: FilePath

Path to NELexicon

-> IO Dict 

Extract NEs dictionary from NELexicon.

extractProlexbase Source

Arguments

:: FilePath

Path to Prolexbase

-> IO Dict 

Extract NEs dictionary from Prolexbase.

extractIntTriggers Source

Arguments

:: FilePath

Path to PNET

-> IO Dict 

Extract internal triggers from PNET dictionary.

extractExtTriggers Source

Arguments

:: FilePath

Path to PNET

-> IO Dict 

Extract external triggers from PNET dictionary.