(Ara) elision in only the first word of the CN with liPrep

This commit is contained in:
Inari Listenmaa
2018-12-18 16:41:22 +01:00
parent 873b52898b
commit 39d5bc3e48
4 changed files with 39 additions and 35 deletions
+2 -5
View File
@@ -6,14 +6,11 @@ flags optimize = all ;--noexpand;
oper
mkDet : Str -> Number -> State -> Det
= \word,num,state ->
= \word,num,state -> baseQuant **
{ s = \\_,_,c => word + caseTbl ! c ;
n = numberToSize num;
d = state; --only Const is used now. check StructuralAra
is1sg = False;
isNum = False;
isPron = False
};
} ;
mkPredet : Str -> Bool -> Predet
= \word,decl ->