dictionaries-0.1.0.0: Tools to handle StarDict dictionaries.

Copyright(c) 2016 Al Zohali
LicenseBSD3
MaintainerAl Zohali <zohl@fmap.me>
Stabilityexperimental
Safe HaskellSafe
LanguageHaskell2010

NLP.Dictionary.StarDict.InMemory

Description

Description

In-memory version of StarDict.

Synopsis

Documentation

data StarDict Source #

Representation of dictionary.

mkDictionary :: (MonadThrow m, MonadIO m) => IfoFilePath -> Renderer -> m StarDict Source #

Create dictionary.