mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 00:02:50 -06:00
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