1
0
forked from GitHub/gf-rgl

made preposition stranding default in LangEng (and SyntaxEng) questions and relatives, and that_RP in relatives; these are more natural in modern language and more often right; piped piping and which can be accessed via ExtraEng

This commit is contained in:
aarne
2016-06-05 10:59:27 +00:00
parent f216cfe923
commit 81de9fd892
4 changed files with 39 additions and 13 deletions

View File

@@ -8,7 +8,8 @@ abstract ExtraEngAbs = Extra - [ProDrop] ** {
CompoundCN : CN -> CN -> CN ; -- rock album
that_RP : RP ; -- "that" as a relational pronoun (IdRP is "which" / "who")
which_who_RP : RP ; -- "which" / "who" as a relative pronoun (used to be the default for IdRP)
that_RP : RP ; -- "that" as a relational pronoun (since 5/6/2016 default for IdRP)
which_RP : RP ; -- force "which"
who_RP : RP ; -- force "who" ; in Acc, also "who": "the girl who I saw"
emptyRP : RP ; -- empty RP in Acc position: "the girl I saw"