1
0
forked from GitHub/gf-rgl

more constructions

This commit is contained in:
Krasimir Angelov
2026-05-19 13:29:03 +02:00
parent eea95a6f76
commit 26a1e55cbe
4 changed files with 23 additions and 3 deletions
+3 -1
View File
@@ -54,7 +54,9 @@ concrete AdjectiveHun of Adjective = CatHun ** open ResHun, Prelude in {
-- phrases, although the semantics is only clear for some adjectives.
-- : AP -> SC -> AP ; -- good that she is here
-- SentAP ap sc = ap ** {} ;
SentAP ap sc = ap ** {
compl = \\n => ap.compl ! n ++ SOFT_BIND ++ "," ++ "hogy" ++ sc.s ;
} ;
-- An adjectival phrase can be modified by an *adadjective*, such as "very".