mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 00:09:31 -06:00
16 lines
289 B
Plaintext
16 lines
289 B
Plaintext
abstract Sentence = Cat ** {
|
|
|
|
fun
|
|
|
|
PredVP : NP -> VP -> Cl ;
|
|
PredSCVP : SC -> VP -> Cl ;
|
|
|
|
ImpVP : VP -> Imp ;
|
|
|
|
SlashV2 : NP -> V2 -> Slash ;
|
|
SlashVVV2 : NP -> VV -> V2 -> Slash ;
|
|
AdvSlash : Slash -> Adv -> Slash ;
|
|
SlashPrep : Cl -> Prep -> Slash ;
|
|
|
|
}
|