about summary refs log tree commit diff stats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Started implementing verbly data generatorKelly Rauchenberger2016-03-101-1/+7
| | | | | | 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-091-2/+5
| | | | 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-201-3/+2
|
* the furries are begun with basic functionalityKelly Rauchenberger2016-01-191-0/+12
Only adverbs and basic adjectives are implemented.