1
0
forked from GitHub/gf-rgl

(Kor) Add A2, ComplA2, mkA2

This commit is contained in:
Inari Listenmaa
2020-04-03 19:35:59 +02:00
parent 44abd1a8da
commit 844e606429
3 changed files with 17 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
concrete AdjectiveKor of Adjective = CatKor ** open ResKor, Prelude in {
concrete AdjectiveKor of Adjective = CatKor **
open ResKor, (AK=AdverbKor), Prelude in {
flags optimize=all_subs ;
@@ -16,7 +17,9 @@ concrete AdjectiveKor of Adjective = CatKor ** open ResKor, Prelude in {
} ;
-- : A2 -> NP -> AP ; -- married to her
-- ComplA2 a2 np = a2 ** { } ;
ComplA2 a2 np = a2 ** {
compar = (AK.PrepNP a2.p2 np).s ;
} ;
-- : A2 -> AP ; -- married to itself
-- ReflA2 a2 = a2 ** { } ;