hunspell-hs alternatives and similar packages
Based on the "Language" category.
Alternatively, view hunspell-hs alternatives based on common mentions on social networks and blogs.
-
stylish-haskell
DISCONTINUED. Haskell code prettifier [Moved to: https://github.com/haskell/stylish-haskell] -
ministg
Ministg is an interpreter for a high-level, small-step, operational semantics for the STG machine.
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of hunspell-hs or a related project?
README
hunspell-hs
Haskell bindings for Hunspell with thread-safety in mind. The goal was to be able to serve hunspell as an API in a webserver.
Takes inspiration from the Golang bindings: https://github.com/akhenakh/hunspellgo
Please refer to the module description for Language.Hunspell
on
Hackage for more information.
Installation
This package needs to find the libhunspell
shared library on your
system.
On Linux (use your package manager to install libhunspell-dev
):
sudo apt install libhunspell-dev
On Macos:
brew install hunspell