1
0
forked from GitHub/gf-core

test for gfcc

This commit is contained in:
aarne
2007-10-02 05:57:57 +00:00
parent 7bcf5e64d4
commit 2db416a76c
2 changed files with 49 additions and 0 deletions

12
devel/koe/Koe.gf Normal file
View File

@@ -0,0 +1,12 @@
abstract Koe = {
cat S ; NP ; VP ;
fun
Pred : NP -> VP -> S ;
He, She : NP ;
Strong : VP ;
}