forked from GitHub/gf-rgl
added the nominal possessive form NPNomPoss to NPCase in Eng (covering mine, yours, etc)
This commit is contained in:
@@ -39,7 +39,7 @@ concrete RelativeEng of Relative = CatEng ** open ResEng in {
|
||||
|
||||
IdRP =
|
||||
{ s = table {
|
||||
RC _ (NCase Gen) => "whose" ;
|
||||
RC _ (NCase Gen) | RC _ NPNomPoss => "whose" ;
|
||||
RC Neutr _ => "which" ;
|
||||
RC _ NPAcc => "whom" ;
|
||||
RC _ (NCase Nom) => "who" ;
|
||||
|
||||
Reference in New Issue
Block a user