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

Safe HaskellNone

NLP.Nerf.Dict

Description

Extraction utilities for various dictionary resources.

Synopsis

Documentation

extractPoliMorfSource

Arguments

:: FilePath

Path to PoliMorf

-> IO Dict 

Extract NEs dictionary from PoliMorf.

extractPNEGSource

Arguments

:: FilePath

Path to PNEG in the LMF format

-> IO Dict 

Extract NEs dictionary from PNEG.

extractNELexiconSource

Arguments

:: FilePath

Path to NELexicon

-> IO Dict 

Extract NEs dictionary from NELexicon.

extractProlexbaseSource

Arguments

:: FilePath

Path to Prolexbase

-> IO Dict 

Extract NEs dictionary from Prolexbase.

extractIntTriggersSource

Arguments

:: FilePath

Path to PNET

-> IO Dict 

Extract internal triggers from PNET dictionary.

extractExtTriggersSource

Arguments

:: FilePath

Path to PNET

-> IO Dict 

Extract external triggers from PNET dictionary.