From 33f1eeb7d1a94c8f34b13a69c9082e1a8807fba8 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 30 Nov 2011 20:24:23 +0000 Subject: splits in Phrasebook Kind category: Drink and Plur; some new words in Tha,Eng,Fin,Swe --- examples/phrasebook/SentencesSwe.gf | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'examples/phrasebook/SentencesSwe.gf') diff --git a/examples/phrasebook/SentencesSwe.gf b/examples/phrasebook/SentencesSwe.gf index 7a95e439f..ddcdc006e 100644 --- a/examples/phrasebook/SentencesSwe.gf +++ b/examples/phrasebook/SentencesSwe.gf @@ -1,9 +1,14 @@ -concrete SentencesSwe of Sentences = NumeralSwe ** SentencesI - [PYesToNo,NameNN] with +concrete SentencesSwe of Sentences = NumeralSwe ** SentencesI - [ + PYesToNo,NameNN + ---- , KindDrink -- should be utrum gender when countable + ] with (Syntax = SyntaxSwe), (Symbolic = SymbolicSwe), (Lexicon = LexiconSwe) ** open Prelude, SyntaxSwe, (P = ParadigmsSwe) in { - lin PYesToNo = mkPhrase (lin Utt (ss "jo")) ; - lin NameNN = mkNP (P.mkPN "NN") ; - + lin + PYesToNo = mkPhrase (lin Utt (ss "jo")) ; + NameNN = mkNP (P.mkPN "NN") ; +---- KindDrink d = mkCN (P.mkN [] [] [] [] P.utrum) (lin Adv (mkUtt d)) ; --- an awful hack... + } -- cgit v1.2.3