about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Changed "full sentence mode" to "don't stop believing" modeKelly Rauchenberger2016-03-101-14/+1
* Member hiding is funKelly Rauchenberger2016-03-082-3/+3
* Full sentences mode!Kelly Rauchenberger2016-03-084-5/+18
* rawr-ebooks now tells you how long it will wait before the next tweetKelly Rauchenberger2016-02-281-1/+30
* Removed aspell session editingKelly Rauchenberger2016-02-281-4/+0
* Added yaml-cpp as a vendor submoduleKelly Rauchenberger2016-02-283-5/+11
* Reverted to an older kgram cut rateKelly Rauchenberger2016-02-201-13/+9
* Added percentage display to preprocessing stageKelly Rauchenberger2016-02-201-4/+52
* Modified kgram cut rate. It's do or die.Kelly Rauchenberger2016-02-171-10/+13
* Attemped to fix line-endings for WindowsKelly Rauchenberger2016-02-173-0/+20
* 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
* Merge in changes to older kgram cutting strategyKelly Rauchenberger2016-02-091-9/+21
|\
| * Tweaked kgram cut rate againKelly Rauchenberger2016-02-091-4/+8
* | Tweaked the kgram cutting rate againKelly Rauchenberger2016-02-071-1/+1
* | Changed how kgram cutting worksKelly Rauchenberger2016-02-061-17/+9
|/
* 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
* | Added some more emoticonsKelly Rauchenberger2016-02-031-1/+5
* | 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-032-4/+58
* Terminator characters in the middle of tokens are no longer strippedKelly Rauchenberger2016-02-032-13/+25
* Fixed issue where closing opened delimiters wouldn't pop them off the stackKelly Rauchenberger2016-02-011-0/+2
* Switched to pkg-config for finding libcurlKelly Rauchenberger2016-02-011-5/+5
* Added emoji freevarKelly Rauchenberger2016-02-0113-65/+1064
* Rewrote how tokens are handledKelly Rauchenberger2016-01-298-266/+406
* rawr-ebooks no longer generates Twitter access tokens and requires one in the...Kelly Rauchenberger2016-01-271-118/+13
* You can now make rawr-gen even if you don't have curl or yaml-cppKelly Rauchenberger2016-01-271-6/+10
* hashtags are now randomizedKelly Rauchenberger2016-01-252-37/+102
* switched to cmakeKelly Rauchenberger2016-01-247-382/+21
* Merge branch 'master' of http://github.com/hatkirby/rawr-ebooksKelly Rauchenberger2016-01-051-1/+1
|\
| * Merge branch 'master' of https://github.com/hatkirby/rawr-ebooksKelly Rauchenberger2016-01-045-502/+439
| |\
| * \ Merge branch 'master' of https://github.com/hatkirby/rawr-ebooksKelly Rauchenberger2015-12-303-45/+84
| |\ \
| * | | ????Kelly Rauchenberger2015-11-261-0/+6
* | | | 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-045-501/+444
| |/ |/|
* | guess what! the algorithmKelly Rauchenberger2015-12-303-45/+84
|/
* You guessed it,,, twerked the algoKelly Rauchenberger2015-11-231-44/+41
* std::set seems to have some problem with inserting an empty string. Warrants ...Kelly Rauchenberger2015-11-231-2/+7
* Fixed std namespace references in ebooks.cppKelly Rauchenberger2015-11-231-10/+10
* Added malapropismsKelly Rauchenberger2015-11-229-117/+293
* I may have made things better. I may have made things worse.Kelly Rauchenberger2015-11-223-10/+22
* 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-192-5/+7