mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 18:22:50 -06:00
test for gfcc
This commit is contained in:
12
devel/koe/Koe.gf
Normal file
12
devel/koe/Koe.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
abstract Koe = {
|
||||
|
||||
cat S ; NP ; VP ;
|
||||
|
||||
fun
|
||||
Pred : NP -> VP -> S ;
|
||||
|
||||
He, She : NP ;
|
||||
|
||||
Strong : VP ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user