poefy 0.6.1
Create poems from an input text file, by generating and querying a SQLite database describing each line. Poems are created using a template to select lines from the database, according to closing rhyme, syllable count, and regex matching.
Gemfile:
=
instalar:
=
Runtime Dependencies (4):
humanize
>= 1.4.0, ~> 1.4
ruby_rhymes
>= 0.1.2, ~> 0.1
sqlite3
>= 1.3.13, ~> 1.3
wordfilter
>= 0.2.6, ~> 0.2