delph-in / matrix

The Grammar Matrix
https://matrix.ling.washington.edu/index.html
Other
11 stars 6 forks source link

INSTLOC in qeq to cut back undesired realizations #714

Closed emilymbender closed 4 months ago

emilymbender commented 4 months ago

The definition of qeq in matrix.tdl should be updated from:

qeq := avm &
  [ HARG handle,
    LARG handle ].     

to:

qeq := avm &
  [ HARG handle & [ INSTLOC #loc ],
    LARG handle & [ INSTLOC #loc ] ].      
Diana-BZ commented 4 months ago

Is this different than Issue 637?

qeq was changed recently to:

 qeq := avm &
  [ HARG handle & [ INSTLOC #il ],
    LARG handle & [ INSTLOC #il ] ]
emilymbender commented 4 months ago

Yes, that's the same! Thank you.