mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-14 01:20:11 -06:00
Add Basque to the RGL
This commit is contained in:
19
src/basque/ExtraEusAbs.gf
Normal file
19
src/basque/ExtraEusAbs.gf
Normal file
@@ -0,0 +1,19 @@
|
||||
abstract ExtraEusAbs = Extra ** {
|
||||
|
||||
cat
|
||||
|
||||
Attr ; -- morpheme to turn an phrase into an adnominal/attributive
|
||||
fun
|
||||
|
||||
ko_Attr : Attr ;
|
||||
|
||||
-- AdnP = Adnominal phrase
|
||||
|
||||
AdnP : Adv -> Attr -> AP ;
|
||||
|
||||
-- ProDrop : Pron -> Pron ;
|
||||
|
||||
-- or to drop pronouns by default and have explicit pronouns in Extra?
|
||||
-- ExplicitPron : Clause -> Clause ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user