From b23640c769367c1cc288afc8a867f49f023b1a3f Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 28 May 2010 12:25:26 +0000 Subject: genitive s in Nor possessives ; some Nor words in Phrasebook --- examples/phrasebook/SentencesNor.gf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'examples/phrasebook/SentencesNor.gf') 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") ; + +} -- cgit v1.2.3