Interactive POetry Editor
It's a text editor for poetry!
[[ Insert screenshot here ]]
Currently provides:
- Validation for rhyme, syllable counts, line counts, and stanza counts
- A specification language for poetic forms
Scroll to the bottom to see future plans.
- Install a recent development release of Racket (v6.2.900.17)
- Clone and install this repository:
git clone https://github.com/bennn/ipoe; raco pkg install ./ipoe
- (Optional, but recommended) Install postgres.
If you skip step 3 that's fine, we just save data on words locally, in your current directory.
- Run
raco ipoe init
to initialize a database - Check out the built-in poetic forms [[TODO how?]]
- Write a poem:
hello.rkt
- Run
racket hello.rkt
High-concern issues to deal with later. These are also on the issues page.
- Submit poems, poetic forms, and words to a central repository
- Real iambic pentameter is more than "10 syllables per line"
- Include word meaning in the analysis, especially when giving suggestions
- Use WordNet
- Especially a problem for rhymes (syllable information is more accurate)
- Use the dictionary pronunciations / phonics