Removed "that" variant in RelativeEng.IdRP. Added instead that_RP in ExtraEng[Abs].

This commit is contained in:
bjorn
2008-10-30 15:06:34 +00:00
parent bed2d9068e
commit e64d5a8bb0
3 changed files with 19 additions and 6 deletions

View File

@@ -13,4 +13,6 @@ abstract ExtraEngAbs = Extra ** {
CompoundCN : CN -> CN -> CN ; -- rock album
that_RP : RP ; -- "that" as a relational pronoun (IdRP is "which" / "who")
}