summary refs log tree commit diff stats
path: root/lib/token.h
Commit message (Collapse)AuthorAgeFilesLines
* Added more casing options to tokensKelly Rauchenberger2017-02-241-3/+16
|
* Added method to check if a token is emptyKelly Rauchenberger2017-02-191-0/+5
|
* Added transform tokensKelly Rauchenberger2017-02-161-1/+36
|
* Rewrote tokensKelly Rauchenberger2017-01-231-145/+91
|
* Added debug print method for token typeKelly Rauchenberger2016-05-161-0/+2
|
* Added verb framesKelly Rauchenberger2016-03-241-279/+134
| | | | | | | | | | In addition: - Added prepositions. - Rewrote a lot of the query interface. It now, for a lot of relationships, supports nested AND, OR, and NOT logic. - Rewrote the token class. It is now a union-like class instead of being polymorphic, which means smart pointers are no longer necessary. - Querying with regards to word derivation has been temporarily removed. - Sentinel values are now supported for all word types. - The VerbNet data retrieved from http://verbs.colorado.edu/~mpalmer/projects/verbnet/downloads.html was found to not be perfectly satisfactory in some regards, especially regarding adjective phrases. A patch file is now included in the repository describing the changes made to the VerbNet v3.2 download for the canonical verbly datafile.
* Renamed some class members that shared names with classesKelly Rauchenberger2016-03-171-3/+4
|
* Added word derivational relationships (kind of eh at the moment) and moved ↵Kelly Rauchenberger2016-03-161-0/+313
verbly into its own directory