mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
Add Phrasebook to testsuite. Move grammars into subfolders. Add run-bench script.
This commit is contained in:
10
testsuite/lpgf/phrasebook/SentencesNor.gf
Normal file
10
testsuite/lpgf/phrasebook/SentencesNor.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
concrete SentencesNor of Sentences = NumeralNor ** SentencesI - [NameNN] with
|
||||
(Syntax = SyntaxNor),
|
||||
(Symbolic = SymbolicNor),
|
||||
(Lexicon = LexiconNor) ** open SyntaxNor, (P = ParadigmsNor) in
|
||||
|
||||
{
|
||||
|
||||
lin NameNN = mkNP (P.mkPN "NN") ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user