Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fixed issue when names.txt was not present | Kelly Rauchenberger | 2016-02-15 | 1 | -24/+13 |
| | | | | Also removed any code mentioning $noun$ because it turns out the current version of the canonical corpus doesn't even use it anymore. | ||||
* | Tweaked kgram cut rate some more (it never ends) | Kelly Rauchenberger | 2016-02-15 | 1 | -1/+1 |
| | |||||
* | Tweaked kgram cut rate AGAIN | Kelly Rauchenberger | 2016-02-14 | 1 | -1/+2 |
| | |||||
* | Fixed incorrect diversity of tokens containing the letters aemnou | Kelly Rauchenberger | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | Tweaked kgram cut rate again | Kelly Rauchenberger | 2016-02-14 | 1 | -2/+2 |
| | |||||
* | Fixed problem wherein "$name$'s" was considered a form of "name's" | Kelly Rauchenberger | 2016-02-14 | 1 | -8/+6 |
| | |||||
* | Fixed issue where queries with both the wildcard token and a terminating ↵ | Kelly Rauchenberger | 2016-02-13 | 1 | -14/+5 |
| | | | | token would reset the prefix | ||||
* | Merge in changes to older kgram cutting strategy | Kelly Rauchenberger | 2016-02-09 | 1 | -9/+21 |
|\ | |||||
| * | Tweaked kgram cut rate again | Kelly Rauchenberger | 2016-02-09 | 1 | -4/+8 |
| | | |||||
* | | Tweaked the kgram cutting rate again | Kelly Rauchenberger | 2016-02-07 | 1 | -1/+1 |
| | | |||||
* | | Changed how kgram cutting works | Kelly Rauchenberger | 2016-02-06 | 1 | -17/+9 |
|/ | | | | Whereas cutting occurred randomly before, now a token will be cut from the search kgram whenever the previously generated token was guaranteed by its search kgram (that is, it was the only token that could follow that specific query). | ||||
* | Merge branch 'master' of http://github.com/hatkirby/rawr-ebooks | Kelly Rauchenberger | 2016-02-03 | 1 | -0/+1 |
|\ | |||||
| * | Added #include <cstring> to kgramstats | Kelly Rauchenberger | 2016-02-03 | 1 | -0/+1 |
| | | |||||
* | | Added some more emoticons | Kelly Rauchenberger | 2016-02-03 | 1 | -1/+5 |
| | | |||||
* | | Declared old-style $name$ and $noun$ canonical | Kelly Rauchenberger | 2016-02-03 | 1 | -0/+6 |
|/ | | | | Without this, they get mixed in by the spell checker with "name" and "noun." | ||||
* | Token generator now uses aspell to link different spellings of a word | Kelly Rauchenberger | 2016-02-03 | 2 | -4/+58 |
| | | | | This is the grand scheme for the multi-formed word design. | ||||
* | Terminator characters in the middle of tokens are no longer stripped | Kelly Rauchenberger | 2016-02-03 | 2 | -13/+25 |
| | | | | Emoticon checking is also now case sensitive, and a few more emoticons were added to the list. | ||||
* | Fixed issue where closing opened delimiters wouldn't pop them off the stack | Kelly Rauchenberger | 2016-02-01 | 1 | -0/+2 |
| | | | | This would cause a random quotation mark, for instance, to appear at the end of a tweet if a quote had been opened and closed naturally within the tweet. | ||||
* | Switched to pkg-config for finding libcurl | Kelly Rauchenberger | 2016-02-01 | 1 | -5/+5 |
| | |||||
* | Added emoji freevar | Kelly Rauchenberger | 2016-02-01 | 13 | -65/+1064 |
| | | | | Strings of emojis are tokenized separately from anything else, and added to an emoticon freevar, which is mixed in with regular emoticons like :P. This breaks old-style freevars like $name$ and $noun$ so some legacy support for compatibility is left in but eventually $name$ should be made into an actual new freevar. Emoji data is from gemoji (https://github.com/github/gemoji). | ||||
* | Rewrote how tokens are handled | Kelly Rauchenberger | 2016-01-29 | 8 | -266/+406 |
| | | | | | | A 'word' is now an object that contains a distribution of forms that word can take. For now, most word just contain one form, the canonical one. The only special use is currently hashtags. Malapropisms have been disabled because of compatibility issues and because an upcoming feature is planned to replace it. | ||||
* | rawr-ebooks no longer generates Twitter access tokens and requires one in ↵ | Kelly Rauchenberger | 2016-01-27 | 1 | -118/+13 |
| | | | | the config file | ||||
* | You can now make rawr-gen even if you don't have curl or yaml-cpp | Kelly Rauchenberger | 2016-01-27 | 1 | -6/+10 |
| | |||||
* | hashtags are now randomized | Kelly Rauchenberger | 2016-01-25 | 2 | -37/+102 |
| | |||||
* | switched to cmake | Kelly Rauchenberger | 2016-01-24 | 7 | -382/+21 |
| | |||||
* | Merge branch 'master' of http://github.com/hatkirby/rawr-ebooks | Kelly Rauchenberger | 2016-01-05 | 1 | -1/+1 |
|\ |