prosodic icon indicating copy to clipboard operation
prosodic copied to clipboard

Prosodic: a metrical-phonological parser, written in Python. For English and Finnish, with flexible language support.

Results 13 prosodic issues
Sort by recently updated
recently updated
newest added

The `isIambic` function is just looking at the first two stresses which may not be consistent across the whole line. Furthermore, it seems inconsistent to have the iambic meter but...

I'm trying to adapt prosodic to Esperanto: its stress is always paroxytonic abelo (en. bee) [a.'be.lo] but in poetry there can be elision and the word would become oxytonic abel'...

Just a heads up: I cannot install prosodic because pip fails to build a wheel for python-Levenshtein. I looks like multiple people have this problem, but nothing is being done...

What command would give the sequence of weak and strong stresses for a line, so that I could compare it to a given meter and see whether or not the...

Hello, Can you tell me what font I must download to avoid this? ![IMG_20201023_143433](https://user-images.githubusercontent.com/72930054/97004260-17b72900-153d-11eb-9c25-21f45331ed66.jpg)

I just came across this application the other week and have found it enormously helpful in my own writing. It's a wonderful piece of kit and should contribute significantly to...

In historical English poetry syllables are often elided: sweet as love, which overflows her bower --> with|MU|sic|SWEET|as|LOVE|which|OV|er|FLOWS|her|BOW'R scattering unbeholden --> SCAT|tring|UN|be|HOLD|en How can we account for this? Eliding syllables that,...

List of problems: "eer" sounds: - sincerest: sɪn.'seɪ.ʌ.ɹʌs

using: `py -m pip install git+https://github.com/quadrismegistus/prosodic.git` receiving this error: ` error: subprocess-exited-with-error ` × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [6 lines of output]...

Here are some examples from Shakespeare's sonnet 1: ```python >>> import prosodic as p >>> from_first_sonnet = p.Text("thereby beauty's self-substantial cruel within niggarding glutton") >>> for w in from_first_sonnet.ents(cls='Word'): print(w.children)...