summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesFin.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-04-07 19:39:48 +0000
committeraarne <aarne@chalmers.se>2010-04-07 19:39:48 +0000
commit8171bb0ea2dffe9e0a99e06815bf46182671137d (patch)
tree10116fbbf6f48e005c7961c6bb5439f7fa3e3d18 /examples/phrasebook/SentencesFin.gf
parentaeb0a5b7e073bec56365185beed3311cf65c65aa (diff)
reordered phrasebook sources so that they are easier to clone; cloned Ger,Spa,Cat,Bul
Diffstat (limited to 'examples/phrasebook/SentencesFin.gf')
-rw-r--r--examples/phrasebook/SentencesFin.gf8
1 files changed, 6 insertions, 2 deletions
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
+
+ } ;