summary refs log tree commit diff stats
path: root/lib/selrestr.h
Commit message (Collapse)AuthorAgeFilesLines
* Flattened selrestrsKelly Rauchenberger2017-02-051-90/+0
| | | | | | | | | | | | | | | Now, selrestrs are, instead of logically being a tree of positive/negative restrictions that are ANDed/ORed together, they are a flat set of positive restrictions that are ORed together. They are stored as strings in a table called selrestrs, just like synrestrs, which makes them a lot more queryable now as well. This change required some changes to the VerbNet data, because we needed to consolidate any ANDed clauses into single selrestrs, as well as convert any negative selrestrs into positive ones. The changes made are detailed on the wiki. Preposition choices are now encoded as comma-separated lists instead of using JSON. This change, along with the selrestrs one, allows us to remove verbly's dependency on nlohmann::json.
* Whitespace changesKelly Rauchenberger2017-01-241-28/+28
|
* Moved some generator classes into the main namespaceKelly Rauchenberger2017-01-211-0/+90