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
In the following sentence we don't get the desired rel rel extraction from the first clause.
President Fred's forces have resorted to firing ballistic missiles at rebel fighters inside Syria, Obama administration officials said Wednesday, escalating a nearly two-year-old civil war as the government struggles to slow the momentum of a gaining insurgency.
(President Fred 's forces, have resorted to firing, ballistic missiles)
However, we do get a rel rel extraction when we change the second relation verb to a VB.
President Fred's forces have resorted to fire ballistic missiles at rebel fighters inside Syria, Obama administration officials said Wednesday, escalating a nearly two-year-old civil war as the government struggles to slow the momentum of a gaining insurgency.
(President Fred 's forces, have resorted to fire, ballistic missiles)
I need to add the missing pattern.
The text was updated successfully, but these errors were encountered:
Unfortunately changing the verb from firing to fire changes the edge before the rel2 from a correct xcomp to an incorrect `prepc. I'm not sure if I want to make this change--ideally MaltParser would improve.
In the following sentence we don't get the desired rel rel extraction from the first clause.
However, we do get a rel rel extraction when we change the second relation verb to a VB.
I need to add the missing pattern.
The text was updated successfully, but these errors were encountered: