hunspell-hs: Hunspell thread-safe FFI bindings for spell checking.

[ bsd3, language, library ] [ Propose Tags ]

Modules

[Last Documentation]

  • Language
    • Language.Hunspell

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), stm [details]
License BSD-3-Clause
Copyright 2018 Ashutosh Rishi Ranjan
Author Ashutosh Rishi Ranjan
Maintainer ashutoshrishi92@gmail.com
Category Language
Home page https://github.com/ashutoshrishi/hunspell-hs#readme
Bug tracker https://github.com/ashutoshrishi/hunspell-hs/issues
Source repo head: git clone https://github.com/ashutoshrishi/hunspell-hs
Uploaded by ashutoshrishi at 2018-08-27T00:32:03Z
Distributions NixOS:0.2.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1123 total (6 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-08-27 [all 3 reports]

Readme for hunspell-hs-0.2.0.0

[back to package description]

hunspell-hs

Build Status

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