/is-ottava-rima

IsOttavaRima is a program that detects whether a string of text representing a poem stanza conforms to the ottava rima rhyming style.

Primary LanguagePHP

IsOttavaRima

Ottava rima is a rhyming stanza that must satisfy three rules:

  1. Each stanza must have 8 lines,
  2. The lines must be iambic pentameter,
  3. The stanza must have the rhyming format a-b-a-b-a-b-c-c.

This program is a simple ottava rima detector. For more information on its implementation, please see this blog post..