(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
+1 -1
View File
@@ -20,7 +20,7 @@ concrete ExtendAra of Extend =
in {
lin
GenNP np = {s = \\_,_,_,_ => np.s ! Gen ; d = Const ; isNum,isPron,is1sg = False} ;
GenNP np = baseQuant ** {s = \\_,_,_,_ => np.s ! Gen ; d = Const} ;
-- : NP -> NP -> NP
ApposNP np1 np2 = np2 ** {s = \\c => np1.s ! c ++ np2.s ! c} ;