summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesNor.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/SentencesNor.gf')
-rw-r--r--examples/phrasebook/SentencesNor.gf10
1 files changed, 8 insertions, 2 deletions
diff --git a/examples/phrasebook/SentencesNor.gf b/examples/phrasebook/SentencesNor.gf
index 62f0d6c90..cd8b068c1 100644
--- a/examples/phrasebook/SentencesNor.gf
+++ b/examples/phrasebook/SentencesNor.gf
@@ -1,4 +1,10 @@
-concrete SentencesNor of Sentences = NumeralNor ** SentencesI with
+concrete SentencesNor of Sentences = NumeralNor ** SentencesI - [NameNN] with
(Syntax = SyntaxNor),
(Symbolic = SymbolicNor),
- (Lexicon = LexiconNor) ;
+ (Lexicon = LexiconNor) ** open SyntaxNor, (P = ParadigmsNor) in
+
+{
+
+lin NameNN = mkNP (P.mkPN "NN") ;
+
+}