Skip to content

Releases: ProjetPP/PPP-QuestionParsing-Grammatical

Inverse predicates and better dependency analysis

19 Feb 17:02
Compare
Choose a tag to compare
  • 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)

Better nounification

26 Jan 18:14
Compare
Choose a tag to compare

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

New datamodel

07 Dec 09:26
Compare
Choose a tag to compare

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.

Nounification

13 Nov 12:54
Compare
Choose a tag to compare
Nounification Pre-release
Pre-release
  • Verbs are transformed in nouns, e.g. die become death and write become writer.

Wikidata friendliness

08 Nov 19:04
Compare
Choose a tag to compare
  • Lemmatization of words.
  • New triple production rules.