Skip to content

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

Notifications You must be signed in to change notification settings

JacobJans/is-ottava-rima

 
 

Repository files navigation

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..

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%