mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-02 19:58:55 -06:00
20 lines
347 B
Plaintext
20 lines
347 B
Plaintext
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 ;
|
|
|
|
} ;
|