Files
gf-core/lib/resource-1.0/gf/Sentence.gf
2005-11-28 15:00:52 +00:00

12 lines
148 B
Plaintext

abstract Sentence = Cat ** {
fun
PredVP : NP -> VP -> Cl ;
SlashV2 : NP -> V2 -> Slash ;
AdvSlash : Slash -> Adv -> Slash ;
}