- Improve the triples with inverse predicates - Less dependency analysis rules + better analysis - Reorganisation of the files + modification of `DependenciesTree` class - Update to the latest version of CoreNLP (2015-01-30)
0.5.0
Use a precomputed map to "nounify" the verbs (e.g. transform "born" into "birth").
Two different maps: - one more precise, filled manually, for the verbs occuring the most in questions - one more general, filled automatically, for all the verbs
0.4.0
Handle the new datamodel: - `SORT`, `FIRST` and `LAST` connectors - `UNION` and `INTERSECTION` connectors
Complete rewriting of the algorithm to produce triples from the dependencies tree.
0.2.4
- Verbs are transformed in nouns, e.g. `die` become `death` and `write` become `writer`.
0.2.1
- Lemmatization of words. - New triple production rules.