about summary refs log tree commit diff stats
path: root/gen.cpp
Commit message (Collapse)AuthorAgeFilesLines
* guess what! the algorithmKelly Rauchenberger2015-12-301-4/+12
| | | | | | | this time it's a literal algorithm again not canonizing away punctuation newlines are actually considered new sentences now we look for the end of a sentence and then start after that
* Added malapropismsKelly Rauchenberger2015-11-221-21/+19
|
* I may have made things better. I may have made things worse.Kelly Rauchenberger2015-11-221-2/+8
|
* Implemented freevarsFeffernoose2013-10-071-1/+7
| | | | Arbitrary variable tokens can now be defined (though at this point only in the code itself) as a pair of a variable name and a filename pointing to a plain text file containing a newline-delimited list of elements. When a token of the form $name$ (where name is the name of a variable) is encountered, the output will include a random element from the appropriate list. The variables $name$ and $noun$ are hard-coded at this point, but the program will not crash if names.txt and nouns.txt do not exist and will instead just silently ignore the variables.
* Removed yamlcpp dependency from rawr-genFeffernoose2013-10-061-6/+22
| | | | rawr-gen now takes the input corpus as a command-line argument, so as to increase the ease-of-use. It also now shows a usage message if provided with a non-existent file or no argument.
* Split rawr-ebooks and rawr-genFeffernoose2013-10-061-0/+48
Also wrote README