Jordi's suggestion in Symbol

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

View File

@@ -16,6 +16,11 @@ lin
a = agrP3 g det.n ;
hasClit = False
} ;
CNNumNP cn i = {
s = \\c => cn.s ! Sg ++ i.s ! Masc ;
a = agrP3 cn.g Sg ;
hasClit = False
} ;
SymbS sy = {s = \\_ => sy.s} ;
SymbNum n = {s = \\_ => n.s ; isNum = True} ;