mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-26 11:26:28 -06:00
Removed "that" variant in RelativeEng.IdRP. Added instead that_RP in ExtraEng[Abs].
This commit is contained in:
@@ -50,4 +50,17 @@ concrete ExtraEng of ExtraEngAbs = CatEng **
|
||||
oper
|
||||
neg = CNeg False ;
|
||||
|
||||
|
||||
lin
|
||||
that_RP =
|
||||
{ s = table {
|
||||
RC _ Gen => "whose" ;
|
||||
RC _ _ => "that" ;
|
||||
RPrep Neutr => "which" ;
|
||||
RPrep _ => "whom"
|
||||
} ;
|
||||
a = RNoAg
|
||||
} ;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user