mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
(Pes) Add ICompAP to Extend
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
concrete ExtendPes of Extend =
|
concrete ExtendPes of Extend =
|
||||||
CatPes ** ExtendFunctor - [
|
CatPes ** ExtendFunctor - [
|
||||||
GenNP, ApposNP
|
GenNP, ApposNP, ICompAP
|
||||||
]
|
]
|
||||||
with (Grammar=GrammarPes)
|
with (Grammar=GrammarPes)
|
||||||
** open Prelude, ResPes in {
|
** open Prelude, ResPes in {
|
||||||
@@ -18,4 +18,6 @@ lin
|
|||||||
ApposNP np1 np2 = np1 ** {
|
ApposNP np1 np2 = np1 ** {
|
||||||
s = \\m => np1.s ! m ++ np2.s ! m
|
s = \\m => np1.s ! m ++ np2.s ! m
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
ICompAP ap = {s = "چقدر" ++ ap.s ! Bare} ;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user