Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated libtwitter++ (old nlohmann::json conflicted with verbly) | Kelly Rauchenberger | 2017-02-04 | 1 | -0/+0 |
| | |||||
* | Updated verbly (new API) | Kelly Rauchenberger | 2017-02-04 | 5 | -445/+738 |
| | | | | | | Notably, the bot should not be able to use ethnic slurs now. sentence.cpp is basically just copied from advice. | ||||
* | Updated README to reflect libtwitter++ | Kelly Rauchenberger | 2017-02-03 | 1 | -4/+2 |
| | | | Also, the link to the image has been dead for a while, so I just described it instead. | ||||
* | Bot now takes path to config file as argument | Kelly Rauchenberger | 2016-12-13 | 1 | -3/+10 |
| | | | | That config file now also has to contain the path to the verbly datafile. | ||||
* | Switched from twitcurl to libtwitter++ | Kelly Rauchenberger | 2016-11-27 | 6 | -42/+45 |
| | | | | | | | Also updated verbly to remove dependence on json submodule, replaced uses of the C random API with the C++ random API, and replaced the UNIX-dependent sleep call with the sleep functionality in the C++ standard library. | ||||
* | Updated verbly | Kelly Rauchenberger | 2016-04-18 | 1 | -0/+0 |
| | |||||
* | Added #include <unistd.h> | Kelly Rauchenberger | 2016-03-29 | 1 | -0/+1 |
| | |||||
* | Added yaml-cpp as a submodule | Kelly Rauchenberger | 2016-03-29 | 3 | -7/+10 |
| | |||||
* | Pulled in verbly | Kelly Rauchenberger | 2016-03-25 | 1 | -3/+1 |
| | |||||
* | Fixed infinite loop with infinitive phrases | Kelly Rauchenberger | 2016-03-25 | 1 | -0/+2 |
| | |||||
* | Merge branch 'verbly' of github.com:hatkirby/furries into verbly | Kelly Rauchenberger | 2016-03-24 | 1 | -1/+1 |
|\ | |||||
| * | Changed library link order to fix error | Kelly Rauchenberger | 2016-03-19 | 1 | -1/+1 |
| | | |||||
* | | Added support for participle phrases | Kelly Rauchenberger | 2016-03-24 | 2 | -46/+370 |
|/ | |||||
* | Fixed a thing | Kelly Rauchenberger | 2016-03-19 | 1 | -1/+1 |
| | |||||
* | Undebugged output | Kelly Rauchenberger | 2016-03-19 | 1 | -8/+2 |
| | |||||
* | Added verbly submodule | Kelly Rauchenberger | 2016-03-16 | 25 | -5500/+3 |
| | |||||
* | Added word derivational relationships (kind of eh at the moment) and moved ↵ | Kelly Rauchenberger | 2016-03-16 | 26 | -18/+579 |
| | | | | verbly into its own directory | ||||
* | Added more inflections, word relationships, and pronunciations | Kelly Rauchenberger | 2016-03-16 | 21 | -477/+4043 |
| | | | | Nouns, adjectives, and adverbs now have inflected forms. A large number of WordNet word relationships (all noun-noun relationships, plus synonymy and antonymy for all word types except verbs) have been added. Additionally, CMUDICT is now being used to store word pronunciations for rhyming purposes. Verbly is now also a compiled library rather than being header-only due to the complexity of the query interface. | ||||
* | Started implementing verbly data generator | Kelly Rauchenberger | 2016-03-10 | 10 | -23/+707 |
| | | | | | | Currently, the generator: - Uses AGID to create entries for verb words and their inflections - Uses WordNet to create entries for adjective, adverb, and noun senses | ||||
* | Started verbly rewrite | Kelly Rauchenberger | 2016-03-09 | 9 | -149/+809 |
| | | | | verbly is intended to be a general use natural language generation library. Here, I'm using it to simply generate random verbs or adjectives. A schema for the sqlite database is provided, and for testing I manually added data. A generator program is being written that will generate a database from WordNet, VerbNet, PropBank, and AGID data. | ||||
* | the furries are no longer depending on pkg-config to link against mysqlclient | Kelly Rauchenberger | 2016-01-20 | 2 | -4/+3 |
| | |||||
* | the furries are self-documenting | Kelly Rauchenberger | 2016-01-19 | 1 | -0/+10 |
| | |||||
* | the furries are begun with basic functionality | Kelly Rauchenberger | 2016-01-19 | 5 | -0/+207 |
Only adverbs and basic adjectives are implemented. |