search_bahr

aruudy.poetry.meter.search_bahr(emeter, units=[])

Search for Bahr of a given English meter.

Parameters:
  • emeter (str) – English meter.
  • units (list(str)) – A list of vocallized and unvocalized elements, generated from the text.
Returns:

A tuple of the found meter and the part’s description. If not found, it will return (None, None)

Return type:

tuple(Bahr, Part)