forked from GitHub/gf-core
Add Phrasebook to testsuite. Move grammars into subfolders. Add run-bench script.
This commit is contained in:
12
testsuite/lpgf/walking/Walking.gf
Normal file
12
testsuite/lpgf/walking/Walking.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
-- From Angelov, Bringert, Ranta (2009)
|
||||
abstract Walking = {
|
||||
flags startcat = S ;
|
||||
cat
|
||||
S; NP; VP;
|
||||
fun
|
||||
And : S -> S -> S ;
|
||||
Pred : NP -> VP -> S ;
|
||||
John : NP ;
|
||||
We : NP ;
|
||||
Walk : VP ;
|
||||
}
|
||||
Reference in New Issue
Block a user