| Safe Haskell | None |
|---|
NLP.Nerf.Dict.Prolexbase
Description
Handling Prolexbase dictionaries, both with the same storage format.
- parseProlexbase :: Text -> [Entry]
- readProlexbase :: FilePath -> IO [Entry]
Documentation
parseProlexbase :: Text -> [Entry]Source
Parse dictionary into a list of entries.
readProlexbase :: FilePath -> IO [Entry]Source
Read the dictionary from the file.