1
0
forked from GitHub/gf-core
Files
gf-core/lib/resource/exper/gf/Sentence.gf
2005-11-23 21:38:11 +00:00

11 lines
109 B
Plaintext

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