1
0
forked from GitHub/gf-core
Files
gf-core/examples/lrec-tutorial/Zero.gf
2010-04-24 11:34:04 +00:00

10 lines
152 B
Plaintext

abstract Zero = {
cat
S ; NP ; VP ; V2 ;
fun
Pred : NP -> VP -> S ;
Compl : V2 -> NP -> VP ;
John, Mary : NP ;
Love : V2 ;
}