added the nominal possessive form NPNomPoss to NPCase in Eng (covering mine, yours, etc)

This commit is contained in:
aarne
2013-03-13 12:34:22 +00:00
parent 6fd918256e
commit 51978bcad9
4 changed files with 6 additions and 5 deletions

View File

@@ -36,6 +36,7 @@ resource MorphoEng = open Prelude, (Predef=Predef), ResEng in {
s = table {
NCase Nom => i ;
NPAcc => me ;
NPNomPoss => mine ;
NCase Gen => my
} ;
a = toAgr n p g ;