For our final project for CIS552: Advanced Programming, my partner and I implemented a poetry parser. The program identifies a body of text piped from STDIN as one of: haiku, rhyming poem (aba, or aabba), sonnet, or limerick. The project source is located at: https://github.com/jamiely/poetry-parser. The project involved using the CMU Pronouncing Dictionary found here, creating […]
parsec
There is one post tagged parsec.