Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug with filters | Kelly Rauchenberger | 2016-03-26 | 1 | -2/+4 |
| | |||||
* | Added full hierarchy search for meronymy | Kelly Rauchenberger | 2016-03-26 | 2 | -1/+313 |
| | |||||
* | Added verb frames | Kelly Rauchenberger | 2016-03-24 | 31 | -2827/+5241 |
| | | | | | | | | | | 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. | ||||
* | Added fallback to vowel sound detection when no entry exists in CMUDICT | Kelly Rauchenberger | 2016-03-20 | 1 | -3/+11 |
| | |||||
* | Nouns with any uppercase letters are now considered proper | Kelly Rauchenberger | 2016-03-19 | 2 | -2/+18 |
| | |||||
* | Added vowel sound identification | Kelly Rauchenberger | 2016-03-19 | 2 | -0/+9 |
| | |||||
* | Renamed some class members that shared names with classes | Kelly Rauchenberger | 2016-03-17 | 2 | -5/+6 |
| | |||||
* | Added word derivational relationships (kind of eh at the moment) and moved ↵ | Kelly Rauchenberger | 2016-03-16 | 17 | -0/+3511 |
verbly into its own directory |