bug fix in romance preposition + pronoun

This commit is contained in:
aarne
2006-01-30 20:21:09 +00:00
parent c0b8ec02fd
commit 642a843a8c
2 changed files with 15 additions and 4 deletions

View File

@@ -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
} ;