1
0
forked from GitHub/gf-rgl

(Ara) Fix MassNP: now with adjective included

This commit is contained in:
Inari Listenmaa
2018-10-15 16:47:26 +02:00
parent 7b13eb0ade
commit 82aa6549cc

View File

@@ -162,7 +162,8 @@ lin
} ;
MassNP cn = ---- AR
{s = cn.s ! Sg ! Indef ; a = {pgn = Per3 cn.g Sg ; isPron = False}} ;
{s = \\c => cn.s ! Sg ! Indef ! c ++ cn.adj ! Sg ! Indef ! c ;
a = {pgn = Per3 cn.g Sg ; isPron = False}} ;
-- MassDet = {s = \\_,_,_,_ => [] ; d = Indef;
-- isNum = False; isPron = False} ;