Rule driven nonsense generator in Clojure
Find a file
2013-11-09 08:51:04 +00:00
src/milkwood_clj Tidying up and polishing prior to publication. 2013-11-09 08:51:04 +00:00
test/milkwood_clj Basically finished. Not capitalising initial words of sentences; not 2013-11-09 00:39:20 +00:00
LICENSE Initial commit of clojure reimplementation of Milkwood. Most of the 2013-11-07 23:34:12 +00:00
project.clj Tidying up and polishing prior to publication. 2013-11-09 08:51:04 +00:00
README.md OK, there's a bug on the analyse side and I think it's in merge-rules. All 2013-11-08 12:58:46 +00:00

milkwood-clj

Reimplementation of the Milkwood rule driven nonsense generator in Clojure. See http://codekata.pragprog.com/2007/01/kata_fourteen_t.html

Installation

Download from http://example.com/FIXME.

Usage

$ java -jar milkwood-clj-0.1.0-standalone.jar -f [filename] -d [depth]

Options

FIXME: listing of options this app accepts.

Examples

...

Bugs

Not so much a bug, but as I've written this all as pure recursive functions it's vulnerable to stack exhaustion exceptions. I've specified extended stack size in the project file, but that won't be sufficient for analysing large texts.

License

Copyright © 2013 Simon Brooke

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.