Skip to content

Commit 140ad7b

Browse files
authored
Add Interrogative Polar Existentials to UD_English-EWT.ucxn.grs
Added an additional rule to catch the edge case of interrogative polar existentials ("is there X?"
1 parent 78f3a51 commit 140ad7b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

grew_rules/UD_English-EWT.ucxn.grs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,17 @@ package interrogatives {
380380
_anchor_.CxnElt="Clause";}
381381
}
382382

383+
rule int8b {%direct YN, no metadata for existential interrogative polars
384+
pattern {
385+
R -[root]-> _anchor_;
386+
_anchor_ [lemma="be"];
387+
_anchor_ -[expl]-> t;
388+
_anchor_ < t;
389+
}
390+
commands {_anchor_.Cxn="Interrogative-Polar-Direct";
391+
_anchor_.CxnElt="Clause";}
392+
}
393+
383394
rule int9 {%indirect YN
384395
pattern {
385396
V.xpos = re"V.*";

0 commit comments

Comments
 (0)