Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.08 KB

readme.md

File metadata and controls

17 lines (11 loc) · 1.08 KB

Twaiku

See this project live at twaiku.net!

Sometimes the most meaningful poetry is unintentional.

Twaiku is a natural language processing web app that identifies accidental haikus from public tweets. It is able to reliably detect if it is possible to make a 5/7/5 haiku from the text in a tweet by checking the syllable counts of the words from the most common pronunciations in the CMU pronunciation dictionary. Haikus are then saved in a database, tweeted by a bot, and can then be served to a web page.

Twaiku was made using Spring Web MVC, Hibernate ORM, Bootstrap, twitter4j/Twitter's free APIs, and a bit of elbow grease. It was initially built as the final project for a Grand Circus bootcamp by Tristan Mortimer, Marcus Perez, and Matt Davis.

(if you find joy in the weird accidental poetry of twitter users and would like to see more updates/features, please give a ⭐ for motivation)