about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Updated libtwitter++ (old nlohmann::json conflicted with verbly)Kelly Rauchenberger2017-02-041-0/+0
|
* Updated verbly (new API)Kelly Rauchenberger2017-02-045-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 Rauchenberger2017-02-031-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 argumentKelly Rauchenberger2016-12-131-3/+10
| | | | That config file now also has to contain the path to the verbly datafile.
* Switched from twitcurl to libtwitter++Kelly Rauchenberger2016-11-276-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 verblyKelly Rauchenberger2016-04-181-0/+0
|
* Added #include <unistd.h>Kelly Rauchenberger2016-03-291-0/+1
|
* Added yaml-cpp as a submoduleKelly Rauchenberger2016-03-293-7/+10
|
* Pulled in verblyKelly Rauchenberger2016-03-251-3/+1
|
* Fixed infinite loop with infinitive phrasesKelly Rauchenberger2016-03-251-0/+2
|
* Merge branch 'verbly' of github.com:hatkirby/furries into verblyKelly Rauchenberger2016-03-241-1/+1
|\
| * Changed library link order to fix errorKelly Rauchenberger2016-03-191-1/+1
| |
* | Added support for participle phrasesKelly Rauchenberger2016-03-242-46/+370
|/
* Fixed a thingKelly Rauchenberger2016-03-191-1/+1
|
* Undebugged outputKelly Rauchenberger2016-03-191-8/+2
|
* Added verbly submoduleKelly Rauchenberger2016-03-1625-5500/+3
|
* Added word derivational relationships (kind of eh at the moment) and moved ↵Kelly Rauchenberger2016-03-1626-18/+579
| | | | verbly into its own directory
* Added more inflections, word relationships, and pronunciationsKelly Rauchenberger2016-03-1621-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 generatorKelly Rauchenberger2016-03-1010-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 rewriteKelly Rauchenberger2016-03-099-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 mysqlclientKelly Rauchenberger2016-01-202-4/+3
|
* the furries are self-documentingKelly Rauchenberger2016-01-191-0/+10
|
* the furries are begun with basic functionalityKelly Rauchenberger2016-01-195-0/+207
Only adverbs and basic adjectives are implemented.