lipsum-gen: Generators for random sequences of English-like nonsense text.

[ bsd3, library, testing-, text ] [ Propose Tags ]

The generators in this package are based on syllable statistics from ~44000 English words. The words have been split into syllables, which are categorized into initials, intermediates, and finals. Single-syllable words have been removed.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.0.1, 0.1.0.2
Dependencies base (>=4.6 && <5), QuickCheck (>=2.7 && <2.8) [details]
License BSD-3-Clause
Author Peter Holm
Maintainer peter@insella.se
Category Text, Testing
Bug tracker http://github.com/evilcandybag/lipsum-gen/issues
Source repo head: git clone https://github.com/evilcandybag/lipsum-gen.git
Uploaded by evilcandybag at 2015-03-14T23:51:07Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2081 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-03-15 [all 1 reports]

Readme for lipsum-gen-0.1.0.2

[back to package description]

lipsum-gen

A set of QuickCheck generators for english-like text, based on actual English syllables.

See Haddock documentation for instructions on use.