aspell-pipe alternatives and similar packages
Based on the "Text" category.
Alternatively, view aspell-pipe alternatives based on common mentions on social networks and blogs.
-
skylighting
A Haskell syntax highlighting library with tokenizers derived from KDE syntax highlighting descriptions -
double-conversion
A fast Haskell library for converting between double precision floating point numbers and text strings. It is implemented as a binding to the V8-derived C++ double-conversion library.
Nutrient - The #1 PDF SDK Library

* 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 aspell-pipe or a related project?
README
aspell-pipe
This package provides a simple interface to the aspell
spell checker
tool. In particular, this library communicates with aspell
using
its pipe interface rather than linking directly to the Aspell shared
library. This is because in some cases it is desirable to avoid a shared
library dependency and to deal gracefully with an absent spell checker.
To get started, see the Haddock documentation for Text.Aspell
.