1
0
forked from GitHub/gf-rgl

AdvAP in Dutch and Estonian

This commit is contained in:
krangelov
2021-04-07 00:35:05 +02:00
parent ac8322f907
commit 6bbb0e2487
2 changed files with 4 additions and 0 deletions

View File

@@ -56,4 +56,6 @@ concrete AdjectiveDut of Adjective = CatDut ** open ResDut, Prelude in
isPre = True
} ;
AdvAP ap adv = {s = \\agr,af => ap.s ! agr ! af ++ adv.s ; isPre = False} ; -- KA: guessed
}

View File

@@ -61,4 +61,6 @@ concrete AdjectiveEst of Adjective = CatEst ** open ResEst, Prelude in {
infl = a.infl
} ;
AdvAP ap adv = {s = \\b,af => ap.s ! b ! af ++ adv.s ; infl = ap.infl} ; -- KA: guessed
}