Oulipo Lab constraints as engines
Paste a corpus → pick a constraint → generate constrained text (vertical layout, Blogger-safe).
S+N builds a lexicon from your Corpus (unique, alphabetized) and shifts each non-stopword by N.
Lines use words of exact length = step; nearest length fallback if empty.
Only words composed from the letters of the given name.
Allowed letters:
a c e i m n o r s u v w x y z
.Notes
- Lipogram: sample words from your corpus excluding any with banned letters.
- S+N: deduped, sorted lexicon from the Corpus only. Each non-stopword → word N steps ahead.
- Snowball: each line uses words of length step (3,4,5,…); nearest length fallback.
- Beau Présent: keeps only words made from the letters of the given name.
- Prisoner: only letters without ascenders/descenders (lowercase set shown above).