1
0
forked from GitHub/gf-core

bugfix in ParseBul

This commit is contained in:
kr.angelov
2013-10-10 07:49:06 +00:00
parent 76014aa2cc
commit e52e8cf1d6

View File

@@ -30,7 +30,7 @@ flags
lin
CompoundCN num noun cn = {
s = \\nf => (noun.rel ! nform2aform nf cn.g) ++ (cn.s ! (indefNForm nf)) ;
s = \\nf => num.s ! CFNeut Indef ++ (noun.rel ! nform2aform nf cn.g) ++ (cn.s ! (indefNForm nf)) ;
g = cn.g
} ;