Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |