mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
(Kor) Add ApposNP in ExtendKor
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
--# -path=.:../common:../abstract
|
--# -path=.:../common:../abstract
|
||||||
|
|
||||||
concrete ExtendKor of Extend = CatKor
|
concrete ExtendKor of Extend = CatKor
|
||||||
-- ** ExtendFunctor - []
|
-- ** ExtendFunctor - [ApposNP]
|
||||||
-- with (Grammar=GrammarKor)
|
-- with (Grammar=GrammarKor)
|
||||||
** open Prelude, ResKor, NounKor in {
|
** open Prelude, ResKor, NounKor, Coordination in {
|
||||||
|
|
||||||
|
lin
|
||||||
|
-- : NP -> NP -> NP
|
||||||
|
ApposNP np1 np2 = np1 ** {s = \\nf => np1.s ! nf ++ np2.s ! nf} ;
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user