spetitjean / TuLiPA-frames

GNU General Public License v3.0
6 stars 1 forks source link

RRG frame semantics #10

Closed davidarps closed 3 years ago

davidarps commented 4 years ago

Add frame semantics to the RRG parser, in parallel to the existing TAG architecture. Possible issues/steps:

  1. Input and Output for interface and frames from and to XML
  2. Anchoring anchors every new instance with fresh variables
  3. RRGTree datastructure is such that it holds the Frame, as in TAG
  4. Unification during extraction
  5. Tests
davidarps commented 4 years ago

The test cases for rrg_sep_lex in flower_backshop have some wrong interface variables. The grammars there have simple frames as well.

davidarps commented 3 years ago

@spetitjean (and I, a little bit) implemented this.