removed Canon/GFCC

This commit is contained in:
aarne
2007-10-05 13:38:10 +00:00
parent 074ef6e09f
commit a41b07f9c9
21 changed files with 0 additions and 2755 deletions

8
src/GF/GFCC/doc/Ex.gf Normal file
View File

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