updates to ParseEng and ParseEngBul

This commit is contained in:
kr.angelov
2012-09-06 13:27:08 +00:00
parent e34d18310a
commit 1d8fb27656
7 changed files with 136 additions and 97 deletions

View File

@@ -63,4 +63,11 @@ concrete AdjectiveBul of Adjective = CatBul ** open ResBul, Prelude in {
adv = a.adv ;
isPre = True
} ;
AdvAP ap adv = {
s = \\aform => ap.s ! aform ++ adv.s ;
adv = ap.adv ++ adv.s;
isPre = False
} ;
}