mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
14 lines
187 B
Plaintext
14 lines
187 B
Plaintext
abstract Sentence = Cat ** {
|
|
|
|
fun
|
|
|
|
PredVP : NP -> VP -> Cl ;
|
|
|
|
SlashV2 : NP -> V2 -> Slash ;
|
|
|
|
AdvSlash : Slash -> Adv -> Slash ;
|
|
|
|
SlashPrep : Cl -> Prep -> Slash ;
|
|
}
|
|
|