forked from GitHub/gf-rgl
AdvAP in Dutch and Estonian
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user