summary refs log tree commit diff stats
path: root/data.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added more inflections, word relationships, and pronunciationsKelly Rauchenberger2016-03-161-0/+50
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.