added VPI category and AdvVPSlash to the Bulgarian RGL

This commit is contained in:
kr.angelov
2012-06-26 09:54:06 +00:00
parent 0b1a963d7a
commit 852d923786
10 changed files with 85 additions and 61 deletions

View File

@@ -53,9 +53,9 @@ concrete QuestionBul of Question = CatBul ** open ResBul, Prelude in {
} ;
IdetQuant iquant num = {
s = \\g,qform => iquant.s ! gennum g num.n ! qform ++
s = \\g,qform => iquant.s ! gennum g (numnnum num.nn) ! qform ++
num.s ! dgenderSpecies g Indef RSubj ;
n = num.n ;
n = numnnum num.nn ;
nonEmpty = num.nonEmpty
} ;