Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added pronunciation syllable count and stress structure | Kelly Rauchenberger | 2016-05-30 | 1 | -0/+2 |
| | | | | Also updated CMakeLists.txt such that including projects don't have to include sqlite3. | ||||
* | Added rhymes_with predicate based on rhymes rather than words | Kelly Rauchenberger | 2016-05-16 | 1 | -0/+1 |
| | |||||
* | Fixed perfect rhyming | Kelly Rauchenberger | 2016-04-17 | 1 | -1/+9 |
| | | | | | | Rhyme detection now ensures that any rhymes it finds are perfect rhymes and not identical rhymes. Rhyme detection is also now a lot faster because additional information is stored in the datafile. Also fixed a bug in the query interface (and the generator) that could cause incorrect queries to be executed. | ||||
* | Added verb frames | Kelly Rauchenberger | 2016-03-24 | 1 | -0/+34 |
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. |