forked from GitHub/gf-rgl
(Kor) Add ApposNP in ExtendKor
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
--# -path=.:../common:../abstract
|
||||
|
||||
concrete ExtendKor of Extend = CatKor
|
||||
-- ** ExtendFunctor - []
|
||||
-- ** ExtendFunctor - [ApposNP]
|
||||
-- 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