1
0
forked from GitHub/gf-rgl

Merge pull request #423 from Meowyam/master

changes to A2 in Malay RGL
This commit is contained in:
Inari Listenmaa
2023-03-08 16:42:37 +08:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -20,10 +20,8 @@ concrete AdjectiveMay of Adjective = CatMay ** open ResMay, Prelude in {
} ;
-- : A2 -> NP -> AP ; -- married to her
ComplA2 a2 np = a2 ** {
compl = np.s
} ;
ComplA2 a np = {s = a.s ++ np.s ! Bare} ;
-- : A2 -> AP ; -- married to itself
-- ReflA2 a2 = a2 ** { } ;

View File

@@ -206,7 +206,9 @@ oper
mkAdj : Str -> Adjective = \str -> {s = str} ;
AdjPhrase : Type = Adjective ; -- ** {compar : Str} ;
AdjPhrase = {
s : Str
} ; -- ** {compar : Str} ;
--------------------------------------------------------------------------------
-- Verbs

View File

@@ -118,7 +118,7 @@ lin
-- SlashV2VNP v2v np vps =
-- : Comp -> VP ;
UseComp comp = comp ;
UseComp comp = comp;
-- : VP -> Adv -> VP ; -- sleep here
AdvVP vp adv = vp ** {