This is the clojure-reproduction of the famous TAPE MARK I poetry generation system. The work is described in the paper: http://www.aclweb.org/anthology/W16-5509.
In order to have a new fresh generation from TAPE MARK I type:
$ java -jar clj_mark-0.1.0-standalone.jar
In the directory doc you can find mark-original-01.cpp and mark-simulation-02.cpp, that are two C++ programs developed to quantify the state space explored by TAPE MARK I
Copyright © 2016 AlMa Software
Distributed under the Eclipse Public License, the same as Clojure.