quadrismegistus / prosodic

Prosodic: a metrical-phonological parser, written in Python. For English and Finnish, with flexible language support.
http://quadrismegistus.github.io/prosodic/
GNU General Public License v3.0
277 stars 43 forks source link

Does anyone know how to just get the poem in it's stressed/unstressed form? #40

Closed yueximo closed 2 years ago

yueximo commented 2 years ago

I know when you call parse with a Text object you get the entire report on it. I was wondering how I could just get the one section where the poem is written out with certain words stressed and unstressed.

Thanks!