test for gfcc

This commit is contained in:
aarne
2007-10-02 05:57:57 +00:00
parent f72e601d12
commit 2202cf3ef5
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 ;
}