1
0
forked from GitHub/gf-core

started documentation of gfcc

This commit is contained in:
aarne
2006-10-02 15:40:15 +00:00
parent 0eb278da6d
commit 2fc45de8c2
4 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
abstract Ex = {
cat
S ; NP ; VP ;
fun
Pred : NP -> VP -> S ;
She, They : NP ;
Sleep : VP ;
}