1
0
forked from GitHub/gf-core
Files
gf-core/lib/resource-1.0/gf/Sentence.gf
2005-11-29 09:43:20 +00:00

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 ;
}