minimorph

English spelling functions with an emphasis on simplicity.

https://github.com/Mikolaj/minimorph

Version on this page:0.1.6.1
LTS Haskell 22.13:0.3.0.1
Stackage Nightly 2024-03-14:0.3.0.1
Latest on Hackage:0.3.0.1

See all snapshots minimorph appears in

BSD-3-Clause licensed by Eric Kow
Maintained by Mikolaj Konarski
This version can be pinned in stack with:minimorph-0.1.6.1@sha256:60e6aa296dc8feade3c8c651e853e9cfc6ba562d61feb79d8bdf81a9c36639a9,2159

Module documentation for 0.1.6.1

Depends on 2 packages(full list with versions):
Used by 1 package in nightly-2017-10-28(full list with versions):

A set of simplistic functions capturing the more regular parts of English spelling (for generation, not parsing). You will need to complement this with some account for irregular nouns/verbs. This package is not meant to provide anything resembling a full account of English morphology (something like Functional Morphology or sequor could be better suited). The main goal is to provide something cheap and cheerful with no learning curve, that you can use until your application calls for more robustness. See https://github.com/Mikolaj/miniutter for a simple use case.