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:
8
testsuite/lpgf/phrasebook/SentencesDan.gf
Normal file
8
testsuite/lpgf/phrasebook/SentencesDan.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
concrete SentencesDan of Sentences = NumeralDan ** SentencesI - [NameNN] with
|
||||
(Syntax = SyntaxDan),
|
||||
(Symbolic = SymbolicDan),
|
||||
(Lexicon = LexiconDan) ** open Prelude, SyntaxDan, (P = ParadigmsDan) in {
|
||||
|
||||
lin NameNN = mkNP (P.mkPN "NN") ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user