You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For EN there is a tableau rule that accounts for light verb constructions: SICK-253 a hiker does a dance ==> a hiker dances (a_hiker do c1) AND (c1 IS dance) ==> a_hiker dance
note: a_hiker is due to using the strong NP alignment that treats shared pharses as constants (makes proofs shorter).
For NL this rules is not working because derivation relation for dans and dansen couldn't be found (yet?) in ODWN.
The text was updated successfully, but these errors were encountered:
For EN there is a tableau rule that accounts for light verb constructions: SICK-253
a hiker does a dance ==> a hiker dances
(a_hiker do c1) AND (c1 IS dance) ==> a_hiker dance
note: a_hiker is due to using the strong NP alignment that treats shared pharses as constants (makes proofs shorter).
For NL this rules is not working because derivation relation for
dans
anddansen
couldn't be found (yet?) in ODWN.The text was updated successfully, but these errors were encountered: