1
0
forked from GitHub/gf-rgl

Jordi's suggestion in Symbol

This commit is contained in:
aarne
2006-11-23 13:12:42 +00:00
parent 8cdf160036
commit e65450d91b
6 changed files with 30 additions and 1 deletions

View File

@@ -15,6 +15,12 @@ lin
a = agrP3 det.n ;
isPron = False
} ;
CNNumNP cn i = {
s = \\c => cn.s ! Weak ! Sg ! Nom ++ i.s ;
a = agrP3 Sg ;
isPron = False
} ;
SymbS sy = {s = \\_ => sy.s} ;
SymbNum n = {s = n.s} ;