(Hun) Restructure adpositions

This commit is contained in:
Inari Listenmaa
2020-04-22 19:55:11 +02:00
parent e54fa4d4ad
commit 3705c9229d
5 changed files with 41 additions and 18 deletions
+3 -2
View File
@@ -12,13 +12,14 @@ concrete AdjectiveHun of Adjective = CatHun ** open ResHun, Prelude in {
-- : A -> NP -> AP ;
ComparA a np = emptyAP ** {
s = a.s ! Compar ;
compar = np.s ! Ade ;
compar = applyAdp (caseAdp "nál" "nél") np ; -- Adessive
-- compar = applyAdp (prepos Nom "mint") np ;
} ;
-- : A2 -> NP -> AP ; -- married to her
ComplA2 a2 np = emptyAP ** {
s = a2.s ! Posit ;
compar = np.s ! a2.c2.c ++ a2.c2.s
compar = applyAdp a2.c2 np ;
} ;
-- : A2 -> AP ; -- married to itself