mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
(Kor) Add linref for AP
This commit is contained in:
@@ -120,4 +120,5 @@ concrete CatKor of Cat = CommonX ** open ResKor, Prelude in {
|
||||
linref
|
||||
V, V2, V3 = linVerb ;
|
||||
VP = linVP linVF ;
|
||||
AP = linAP ;
|
||||
}
|
||||
|
||||
@@ -384,5 +384,5 @@ oper
|
||||
|
||||
linVerb : Verb -> Str = \v -> v.s ! linVF ;
|
||||
linVP : VForm -> VerbPhrase -> Str = \vf,vp -> vp.nObj ++ vp.adv ++ vp.s ! vf ;
|
||||
|
||||
linAP : AdjPhrase -> Str = \ap -> ap.compar ++ ap.s ! linVF ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user