Project #24355 — iteration #2
Minted on December 12, 2024 at 07:53---------------------------
Bionic minded;
Computers write poetry;
Creatively yours.
---------------------------
Every token generates a completely unique haiku!
No pre-generated lines, just a random, crazy poem for you!
Haikus follow this structure:
- first line, 5 syllables
- second line, 7 syllables
- third line, 5 syllables
The program works by extracting types of words (singular nouns, connectives, adverbs, etc) from a database with words and syllables. It then uses rejection sampling combined with valid sentence structures to generate a collection of valid sentences with valid lengths.
Finally, it is all tied together and rendered in p5.js!
[s] to save your haiku
Bionic minded;
Computers write poetry;
Creatively yours.
---------------------------
Every token generates a completely unique haiku!
No pre-generated lines, just a random, crazy poem for you!
Haikus follow this structure:
- first line, 5 syllables
- second line, 7 syllables
- third line, 5 syllables
The program works by extracting types of words (singular nouns, connectives, adverbs, etc) from a database with words and syllables. It then uses rejection sampling combined with valid sentence structures to generate a collection of valid sentences with valid lengths.
Finally, it is all tied together and rendered in p5.js!
[s] to save your haiku