about summary refs log tree commit diff stats
path: root/kgramstats.cpp
Commit message (Expand)AuthorAgeFilesLines
* Attemped to fix line-endings for WindowsKelly Rauchenberger2016-02-171-0/+10
* Fixed issue when names.txt was not presentKelly Rauchenberger2016-02-151-24/+13
* Tweaked kgram cut rate some more (it never ends)Kelly Rauchenberger2016-02-151-1/+1
* Tweaked kgram cut rate AGAINKelly Rauchenberger2016-02-141-1/+2
* Fixed incorrect diversity of tokens containing the letters aemnouKelly Rauchenberger2016-02-141-1/+1
* Tweaked kgram cut rate againKelly Rauchenberger2016-02-141-2/+2
* Fixed problem wherein "$name$'s" was considered a form of "name's"Kelly Rauchenberger2016-02-141-8/+6
* Fixed issue where queries with both the wildcard token and a terminating toke...Kelly Rauchenberger2016-02-131-14/+5
* Tweaked kgram cut rate againKelly Rauchenberger2016-02-091-4/+8
* Merge branch 'master' of http://github.com/hatkirby/rawr-ebooksKelly Rauchenberger2016-02-031-0/+1
|\
| * Added #include <cstring> to kgramstatsKelly Rauchenberger2016-02-031-0/+1
* | Declared old-style $name$ and $noun$ canonicalKelly Rauchenberger2016-02-031-0/+6
|/
* Token generator now uses aspell to link different spellings of a wordKelly Rauchenberger2016-02-031-3/+56
* Terminator characters in the middle of tokens are no longer strippedKelly Rauchenberger2016-02-031-11/+16
* Fixed issue where closing opened delimiters wouldn't pop them off the stackKelly Rauchenberger2016-02-011-0/+2
* Added emoji freevarKelly Rauchenberger2016-02-011-3/+102
* Rewrote how tokens are handledKelly Rauchenberger2016-01-291-176/+277
* hashtags are now randomizedKelly Rauchenberger2016-01-251-33/+82
* Did you know you can put comments in front of ascii art (https://twitter.com/...Kelly Rauchenberger2016-01-051-0/+34
* Rewrote quite a bit of kgramstatsKelly Rauchenberger2016-01-041-277/+165
* guess what! the algorithmKelly Rauchenberger2015-12-301-31/+56
* You guessed it,,, twerked the algoKelly Rauchenberger2015-11-231-44/+41
* Added malapropismsKelly Rauchenberger2015-11-221-68/+93
* I may have made things better. I may have made things worse.Kelly Rauchenberger2015-11-221-5/+5
* Added some newline recognitionKelly Rauchenberger2015-07-241-31/+55
* Took into account question marks and exclamation marksKelly Rauchenberger2015-07-191-2/+2
* Stopped using C++11 because yamlcpp didn't like itKelly Rauchenberger2015-07-191-3/+6
* Kerjiggered the algorithmsKelly Rauchenberger2015-07-191-21/+166
* Modified kgram shortening rateKelly Rauchenberger2014-04-221-1/+1
* Stripped empty tokens from corpusFeffernoose2013-10-061-2/+8
* Rewrote weighted random number generatorFeffernoose2013-10-051-33/+37
* Changed incidence of random kgram-trimmingFeffernoose2013-10-041-4/+10
* Weighed token casing and presence of periodsFeffernoose2013-10-011-25/+67
* Wrote programFeffernoose2013-10-011-0/+110