Safe Haskell | None |
---|---|
Language | Haskell2010 |
NLP.Nerf.Dict
Description
Extraction utilities for various dictionary resources.
Synopsis
- extractPoliMorf :: FilePath -> IO Dict
- extractPNEG :: FilePath -> IO Dict
- extractNELexicon :: FilePath -> IO Dict
- extractProlexbase :: FilePath -> IO Dict
- extractIntTriggers :: FilePath -> IO Dict
- extractExtTriggers :: FilePath -> IO Dict
- module NLP.Nerf.Dict.Base
Documentation
Extract NEs dictionary from PoliMorf.
Extract NEs dictionary from PNEG.
Extract NEs dictionary from NELexicon.
Extract NEs dictionary from Prolexbase.
Extract internal triggers from PNET dictionary.
Extract external triggers from PNET dictionary.
module NLP.Nerf.Dict.Base