mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 09:49:33 -06:00
12 lines
148 B
Plaintext
12 lines
148 B
Plaintext
abstract Sentence = Cat ** {
|
|
|
|
fun
|
|
|
|
PredVP : NP -> VP -> Cl ;
|
|
|
|
SlashV2 : NP -> V2 -> Slash ;
|
|
|
|
AdvSlash : Slash -> Adv -> Slash ;
|
|
}
|
|
|