Add Basque to the RGL

This commit is contained in:
Inari Listenmaa
2017-08-24 18:28:48 +03:00
parent 792b58abe3
commit 6ae3c0fb08
33 changed files with 3668 additions and 3 deletions

19
src/basque/ExtraEusAbs.gf Normal file
View 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 ;
} ;