better treatment of variant relative pronouns in Eng, based on suggestions by DrBean in gf-dev

This commit is contained in:
aarne
2016-05-20 17:13:06 +00:00
parent 694cdffa72
commit e87adc42a4
5 changed files with 50 additions and 34 deletions

View File

@@ -8,7 +8,10 @@ abstract ExtraEngAbs = Extra - [ProDrop] ** {
CompoundCN : CN -> CN -> CN ; -- rock album
that_RP : RP ; -- "that" as a relational pronoun (IdRP is "which" / "who")
that_RP : RP ; -- "that" as a relational pronoun (IdRP is "which" / "who")
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"
each_Det : Det ;
any_Quant : Quant ;