spetitjean / TuLiPA-frames

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

RRG: several d-edges in one elementary tree #4

Closed davidarps closed 4 years ago

davidarps commented 4 years ago

ddaughter should not refer to a single node but to a list of nodes. Recognition should not be affected, because parse items always identify the right ddaughter

davidarps commented 4 years ago

relevant example grammar: resources/rrg_errors/rrg_starnodeinsubsttrees/temp-gram.xml sentence: Adam who Eve claimed smiled First replace <node type="op-bound"...> with

davidarps commented 4 years ago

The relevant example grammar was actually not relevant, so this was not tested yet. But multiple ddaughters per tree should work now.