mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-15 18:10:12 -06:00
(Basque) Add ExistNP, GenNP and ICompAP; remove from Missing
This commit is contained in:
18
src/basque/ExtendEus.gf
Normal file
18
src/basque/ExtendEus.gf
Normal file
@@ -0,0 +1,18 @@
|
||||
--# -path=.:../common:../abstract
|
||||
|
||||
concrete ExtendEus of Extend =
|
||||
CatEus ** ExtendFunctor - [GenNP,ICompAP]
|
||||
with (Grammar=GrammarEus)
|
||||
** open Prelude, ResEus in {
|
||||
|
||||
lin
|
||||
GenNP np = -- NP -> Quant ; -- this man's
|
||||
{ s = artDef ;
|
||||
indep, isDef = True ;
|
||||
pref = np.s ! Gen } ;
|
||||
|
||||
|
||||
ICompAP ap = -- AP -> IComp ; -- "how old"
|
||||
{ s = "nola" ++ ap.s ! Hau } ; --TODO agreement -- change type of IComp
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user