Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switched to self-hosted hkutil HEAD master | Star Rauchenberger | 2023-10-03 | 1 | -1/+1 |
| | |||||
* | Bot now posts to Mastodon instead of Twitter | Star Rauchenberger | 2022-11-15 | 8 | -53/+24739 |
| | |||||
* | Removed default Debug build | Kelly Rauchenberger | 2019-02-28 | 1 | -2/+0 |
| | |||||
* | Converted to C++ style randomization | Kelly Rauchenberger | 2019-02-28 | 7 | -88/+86 |
| | | | | The logic in rawr::randomSentence with the cuts might be slightly different now but who even knows what's going on there. | ||||
* | Allow the sentence to end at the end of a corpus | Kelly Rauchenberger | 2019-02-27 | 1 | -0/+7 |
| | |||||
* | The beginning of a corpus should be treated as a new sentence | Kelly Rauchenberger | 2019-02-27 | 1 | -0/+27 |
| | |||||
* | Fixed crash when maxK is greater than a corpus's length | Kelly Rauchenberger | 2019-02-27 | 1 | -1/+1 |
| | |||||
* | Interned tokens to reduce memory footprint | Kelly Rauchenberger | 2018-08-26 | 3 | -44/+133 |
| | |||||
* | Switched from streaming API to timeline polling | Kelly Rauchenberger | 2018-08-06 | 2 | -55/+115 |
| | | | | This means the bot is also now single-threaded. | ||||
* | Increased canonical maxK to 5 | Kelly Rauchenberger | 2018-02-06 | 2 | -2/+2 |
| | |||||
* | Made cuts algorithm more aggressive | Kelly Rauchenberger | 2018-02-06 | 1 | -5/+10 |
| | |||||
* | Removed yaml-cpp submodule | Kelly Rauchenberger | 2018-01-17 | 3 | -9/+9 |
| | | | | Project now links against a local installation of yaml-cpp. | ||||
* | Updated libtwitter++ | Kelly Rauchenberger | 2018-01-17 | 1 | -0/+0 |
| | |||||
* | Updated libtwitter++ to fix non-reply tweets being ignored | Kelly Rauchenberger | 2016-12-01 | 2 | -4/+4 |
| | |||||
* | Tweaked the cutting algorithm and disabled newlines | Kelly Rauchenberger | 2016-11-27 | 1 | -17/+14 |
| | |||||
* | Updated libtwitter++ to remove dependence on json submodule | Kelly Rauchenberger | 2016-11-27 | 1 | -0/+0 |
| | |||||
* | Removed legacy malaprop code | Kelly Rauchenberger | 2016-09-11 | 2 | -168/+0 |
| | |||||
* | Fixed bug wherein rawr-ebooks could only respond to itself | Kelly Rauchenberger | 2016-08-20 | 1 | -1/+1 |
| | |||||
* | Updated libtwitter++ (API changes) | Kelly Rauchenberger | 2016-08-20 | 2 | -32/+16 |
| | |||||
* | Merge branch 'master' of https://github.com/hatkirby/rawr-ebooks | Kelly Rauchenberger | 2016-08-20 | 2 | -1/+1 |
|\ | |||||
| * | Fixed final closing delimiters appearing on new line | Kelly Rauchenberger | 2016-06-05 | 1 | -1/+1 |
| | | |||||
| * | Updated libtwitter++ (user stream disconnection bug) | Kelly Rauchenberger | 2016-06-02 | 1 | -0/+0 |
| | | |||||
* | | Marked rawr::randomSentence const | Kelly Rauchenberger | 2016-08-20 | 2 | -4/+4 |
|/ | |||||
* | Updated libtwitter++ (error handling with bad responses) | Kelly Rauchenberger | 2016-06-01 | 2 | -2/+10 |
| | |||||
* | Added ability to require a minimum number of corpora in generated output | Kelly Rauchenberger | 2016-05-31 | 2 | -47/+91 |
| | | | | Also fixed a bug with tokenizing multiple corpora. | ||||
* | Fixed config-example.yml | Kelly Rauchenberger | 2016-05-31 | 1 | -2/+2 |
| | |||||
* | Update README.md | Kelly Rauchenberger | 2016-05-31 | 1 | -20/+50 |
| | |||||
* | Merge branch 'master' of http://github.com/hatkirby/rawr-ebooks | Kelly Rauchenberger | 2016-05-29 | 1 | -0/+1 |
|\ | |||||
| * | Added #include <algorithm> | Kelly Rauchenberger | 2016-05-26 | 1 | -0/+1 |
| | | |||||
* | | Newlines, colons, and semicolons are now valid terminators | Kelly Rauchenberger | 2016-05-29 | 5 | -27/+72 |
|/ | |||||
* | Fixed ebooks and gen ignoring the form distribution | Kelly Rauchenberger | 2016-05-26 | 2 | -8/+8 |
| | |||||
* | Updated libtwitter++ (streaming connection churn) | Kelly Rauchenberger | 2016-05-24 | 1 | -0/+0 |
| | |||||
* | Updated libtwitter++ (retweet bug) | Kelly Rauchenberger | 2016-05-22 | 1 | -0/+0 |
| | |||||
* | ebooks now prefills replies correctly | Kelly Rauchenberger | 2016-05-22 | 2 | -2/+2 |
| | | | | It also now does not reply to itself. | ||||
* | Projects using libtwitter++ no longer have to include its dependencies | Kelly Rauchenberger | 2016-05-21 | 2 | -2/+2 |
| | |||||
* | Pulled the ebooks functionality out into a library | Kelly Rauchenberger | 2016-05-20 | 8 | -374/+443 |
| | |||||
* | Now ignoring retweets as they aren't really mentions | Kelly Rauchenberger | 2016-05-20 | 2 | -17/+20 |
| | |||||
* | Fixed error with replying to tweets | Kelly Rauchenberger | 2016-05-20 | 1 | -0/+1 |
| | |||||
* | Fixed case-insensitive thing | Kelly Rauchenberger | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | Added ability for rawr ebooks to respond to tweets | Kelly Rauchenberger | 2016-05-20 | 5 | -40/+72 |
| | | | | Now using libtwitter++ instead of twitcurl! | ||||
* | Changed "full sentence mode" to "don't stop believing" mode | Kelly Rauchenberger | 2016-03-10 | 1 | -14/+1 |
| | |||||
* | Member hiding is fun | Kelly Rauchenberger | 2016-03-08 | 2 | -3/+3 |
| | |||||
* | Full sentences mode! | Kelly Rauchenberger | 2016-03-08 | 4 | -5/+18 |
| | |||||
* | rawr-ebooks now tells you how long it will wait before the next tweet | Kelly Rauchenberger | 2016-02-28 | 1 | -1/+30 |
| | |||||
* | Removed aspell session editing | Kelly Rauchenberger | 2016-02-28 | 1 | -4/+0 |
| | | | | This wasn't really necessary since it was completely automated anyway, and it caused crashes for reasons that I haven't looked into with some bad corpuses. | ||||
* | Added yaml-cpp as a vendor submodule | Kelly Rauchenberger | 2016-02-28 | 3 | -5/+11 |
| | |||||
* | Reverted to an older kgram cut rate | Kelly Rauchenberger | 2016-02-20 | 1 | -13/+9 |
| | |||||
* | Added percentage display to preprocessing stage | Kelly Rauchenberger | 2016-02-20 | 1 | -4/+52 |
| | |||||
* | Modified kgram cut rate. It's do or die. | Kelly Rauchenberger | 2016-02-17 | 1 | -10/+13 |
| | |||||
* | Attemped to fix line-endings for Windows | Kelly Rauchenberger | 2016-02-17 | 3 | -0/+20 |
| |