1
0
forked from GitHub/gf-core
Files
gf-core/lib/resource-1.0/gf/Sentence.gf
2005-11-24 09:25:39 +00:00

11 lines
109 B
Plaintext

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