forked from GitHub/gf-core
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