mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 02:32:50 -06:00
Add Phrasebook to testsuite. Move grammars into subfolders. Add run-bench script.
This commit is contained in:
20
testsuite/lpgf/unittests/Bind.treebank
Normal file
20
testsuite/lpgf/unittests/Bind.treebank
Normal file
@@ -0,0 +1,20 @@
|
||||
Bind: f1
|
||||
BindCnc: hello there
|
||||
|
||||
Bind: f2
|
||||
BindCnc: goodbye
|
||||
|
||||
Bind: concat f1 f2
|
||||
BindCnc: hello there goodbye
|
||||
|
||||
Bind: bind f1 f2
|
||||
BindCnc: hello theregoodbye
|
||||
|
||||
Bind: softbind f1 f2
|
||||
BindCnc: hello theregoodbye
|
||||
|
||||
Bind: softspace f1 f2
|
||||
BindCnc: hello there goodbye
|
||||
|
||||
Bind: concat (capit f1) (allcapit f2)
|
||||
BindCnc: Hello there GOODBYE
|
||||
Reference in New Issue
Block a user