Pseudo-English Text Generator
Generate some pseudo-English text, sort of like Greeking but not as cool
This is a simple tool that generates five paragraphs of random “pseudo-English” text having structure and letter frequency similar to that of English language. The current implementation returns five paragraphs of random text with these characteristics:
- Each paragraph has between 8 and 12 sentences.
- Each sentence has between 5 and 15 words.
- Each word has between 3 and 7 letters.
What is this good for? I suppose it’s good for Greeking, sort of like what Lorem Ipsum does, but in fake English rather than fake Latin.
Technical Details
The back-end code is loosely based on a Perl script I wrote years ago. That script was more of a multi-purpose command-line tool for generating (potentially large volumes of) test data. For this tiny project, I really just wanted to test creating an AWS Lambda function exposed as a simple ReST API.