| Safe Haskell | None |
|---|
NLP.Nerf.Dict
Description
Extraction utilities for various dictionary resources.
- 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
Arguments
| :: FilePath | Path to PoliMorf |
| -> IO Dict |
Extract NEs dictionary from PoliMorf.
Arguments
| :: FilePath | Path to PNEG in the LMF format |
| -> IO Dict |
Extract NEs dictionary from PNEG.
Arguments
| :: FilePath | Path to NELexicon |
| -> IO Dict |
Extract NEs dictionary from NELexicon.
Arguments
| :: FilePath | Path to Prolexbase |
| -> IO Dict |
Extract NEs dictionary from Prolexbase.
Arguments
| :: FilePath | Path to PNET |
| -> IO Dict |
Extract internal triggers from PNET dictionary.
Arguments
| :: FilePath | Path to PNET |
| -> IO Dict |
Extract external triggers from PNET dictionary.
module NLP.Nerf.Dict.Base