hunspell-hs v0.2.0.0 Release Notes
Release Date: 2018-08-27 // over 6 years ago-
๐ Changelog
- โ Added a new api function
suggestions
to generate spelling
corrections on a list of words. - ๐ Fixed linux hunspell library name being bound to a version #3 @typetetris
- ๐ Including the
/dictionaries
folder in the release #3 @typetetris
- โ Added a new api function
Previous changes from v0.1.0.0
-
[0.1.0.0] - 2018-05-04
- โ Added Hunspell bindings for spell, suggest, stem, add, remove functions.
- โ Added
TMVar
based thread locking for access to the hunspell pointer.