double negation in Bulgarian

This commit is contained in:
kr.angelov
2013-12-04 08:20:40 +00:00
parent 7ae0bca14c
commit 6ce9b2116f
14 changed files with 189 additions and 106 deletions

View File

@@ -13,15 +13,18 @@ lin
NumPN i = {s = i.s ! CFNeut Indef ; g = Neut} ;
CNIntNP cn i = {
s = \\c => cn.s ! NF Sg Indef ++ i.s ;
a = agrP3 (gennum cn.g Sg)
a = agrP3 (gennum cn.g Sg) ;
p = Pos
} ;
CNSymbNP det cn xs = {
s = \\c => det.s ! False ! cn.g ! RSubj ++ cn.s ! NF (numnnum det.nn) Indef ++ xs.s ;
a = agrP3 (gennum cn.g (numnnum det.nn))
a = agrP3 (gennum cn.g (numnnum det.nn)) ;
p = Pos
} ;
CNNumNP cn i = {
s = \\c => (cn.s ! NF Sg Indef ++ i.s ! CFNeut Indef) ;
a = agrP3 (gennum cn.g Sg)
a = agrP3 (gennum cn.g Sg) ;
p = Pos
} ;
SymbS sy = sy ;