1
0
forked from GitHub/gf-core
Files
gf-core/transfer/examples/reflexive/Abstract.gf
2006-03-13 10:53:44 +00:00

16 lines
220 B
Plaintext

abstract Abstract = {
cat
S ; NP ; V2 ; Conj ;
fun
PredV2 : V2 -> NP -> NP -> S ;
ReflV2 : V2 -> NP -> S ;
ConjNP : Conj -> NP -> NP -> NP ;
And, Or : Conj ;
John, Mary, Bill : NP ;
See, Whip : V2 ;
}