From 8171bb0ea2dffe9e0a99e06815bf46182671137d Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 7 Apr 2010 19:39:48 +0000 Subject: reordered phrasebook sources so that they are easier to clone; cloned Ger,Spa,Cat,Bul --- examples/phrasebook/SentencesFin.gf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'examples/phrasebook/SentencesFin.gf') diff --git a/examples/phrasebook/SentencesFin.gf b/examples/phrasebook/SentencesFin.gf index 72eacca5f..bc911643c 100644 --- a/examples/phrasebook/SentencesFin.gf +++ b/examples/phrasebook/SentencesFin.gf @@ -1,4 +1,8 @@ -concrete SentencesFin of Sentences = NumeralFin ** SentencesI with +concrete SentencesFin of Sentences = NumeralFin ** SentencesI - [Is] with (Syntax = SyntaxFin), (Symbolic = SymbolicFin), - (Lexicon = LexiconFin) ; + (Lexicon = LexiconFin) ** open SyntaxFin, ExtraFin, (V = VerbFin) in { + + lin Is item prop = mkCl item (V.UseComp (CompPartAP prop)) ; -- pizza on herkullista + + } ; -- cgit v1.2.3