new gender

This commit is contained in:
benson kituku
2018-11-28 18:54:17 +03:00
parent 4859ff2be8
commit 342ddf6f4b
6 changed files with 16 additions and 21 deletions
+1 -2
View File
@@ -18,8 +18,7 @@ oper
{s : NPCase => Str ; a : Agr} = \i,my,g,n,p ->
{ s = table {
NCase Nom => i ;
NPAcc => my ;
NCase Loc | NPNomPoss => my -- works for normal genitives, "whose", etc.
NCase Loc | NPoss => my -- works for normal genitives, "whose", etc.
} ;
a = Ag g n p ;
};