dictionaries-0.2.0.4: 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

Implementation of an in-memory dictionary. All the entries will be loaded in the beginning into RAM, thus allowing faster access for the next queries.

Synopsis

Documentation

tag :: IfoFilePath -> Tagged Implementation IfoFilePath Source #

Tag for ifoPath to distinct dictionary type.