I'm working with some literature scholars, and after seeing me do parsing and NER on their texts, they've been asking about prosody and rhyme.

I'm completely ignorant of this area, other than knowing it's possible for spoken text. Google Scholaring aside, where/who in the NLP literature should I start reading for a crash course on the subject? Are there off-the-shelf algorithms for labeling it in free text?

asked Dec 13 '10 at 11:30

aditi's gravatar image

aditi
85072033

edited Dec 13 '10 at 11:31


One Answer:

If I understand correctly, you're looking for techniques to process text predicting the prosodic qualities that it would have if it were read aloud.

This is typically an operation of a speech synthesis front end. Festival includes a prosody model that you should be able to use in a more-or-less off the shelf way. You'll probably have to hack into it to isolate the prosody model, but it shouldn't be too terrible.

Julia Hirschberg did work on this while at AT&T. Mari Ostendorf and her students have looked at this as well.

answered Dec 13 '10 at 16:46

Andrew%20Rosenberg's gravatar image

Andrew Rosenberg
156252135

Your answer
toggle preview

powered by OSQA

User submitted content is under Creative Commons: Attribution - Share Alike; Other things copyright (C) 2010, MetaOptimize LLC.