/curnow

Computer-generated poetry.

Primary LanguagePython

curnow

Automatic poetry generation.

Running By Hand

Install the Python dependencies with

pip -r install requirements.txt

You'll also need some stuff for nltk. Open a Python REPL and enter:

import nltk
nltk.download()

Then use the GUI to install the following corpora:

  • CMU

And the following models:

  • averaged-perceptron
  • punkt