forked from GitHub/gf-core
bug fix in romance preposition + pronoun
This commit is contained in:
@@ -32,8 +32,8 @@ oper
|
||||
} ;
|
||||
|
||||
case2npform : Case -> NPForm = \c -> case c of {
|
||||
Nom => Aton Nom ;
|
||||
Acc => Aton Acc ;
|
||||
Nom => Ton Nom ;
|
||||
Acc => Ton Acc ;
|
||||
_ => Ton c
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user