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/SentencesDan.gf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'examples/phrasebook/SentencesDan.gf') diff --git a/examples/phrasebook/SentencesDan.gf b/examples/phrasebook/SentencesDan.gf index 6ddb444c3..8b8804e09 100644 --- a/examples/phrasebook/SentencesDan.gf +++ b/examples/phrasebook/SentencesDan.gf @@ -1,4 +1,8 @@ -concrete SentencesDan of Sentences = NumeralDan ** SentencesI with +concrete SentencesDan of Sentences = NumeralDan ** SentencesI - [NameNN] with (Syntax = SyntaxDan), (Symbolic = SymbolicDan), - (Lexicon = LexiconDan) ; + (Lexicon = LexiconDan) ** open Prelude, SyntaxDan, (P = ParadigmsDan) in { + + lin NameNN = mkNP (P.mkPN "NN") ; + +} -- cgit v1.2.3