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/SentencesSwe.gf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/phrasebook/SentencesSwe.gf') diff --git a/examples/phrasebook/SentencesSwe.gf b/examples/phrasebook/SentencesSwe.gf index 98b4eb4bf..7a95e439f 100644 --- a/examples/phrasebook/SentencesSwe.gf +++ b/examples/phrasebook/SentencesSwe.gf @@ -1,8 +1,9 @@ -concrete SentencesSwe of Sentences = NumeralSwe ** SentencesI - [PYesToNo] with +concrete SentencesSwe of Sentences = NumeralSwe ** SentencesI - [PYesToNo,NameNN] with (Syntax = SyntaxSwe), (Symbolic = SymbolicSwe), - (Lexicon = LexiconSwe) ** open Prelude in { + (Lexicon = LexiconSwe) ** open Prelude, SyntaxSwe, (P = ParadigmsSwe) in { lin PYesToNo = mkPhrase (lin Utt (ss "jo")) ; + lin NameNN = mkNP (P.mkPN "NN") ; } -- cgit v1.2.3