summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesSwe.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/SentencesSwe.gf')
-rw-r--r--examples/phrasebook/SentencesSwe.gf8
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/phrasebook/SentencesSwe.gf b/examples/phrasebook/SentencesSwe.gf
index a1eaf975c..98b4eb4bf 100644
--- a/examples/phrasebook/SentencesSwe.gf
+++ b/examples/phrasebook/SentencesSwe.gf
@@ -1,4 +1,8 @@
-concrete SentencesSwe of Sentences = NumeralSwe ** SentencesI with
+concrete SentencesSwe of Sentences = NumeralSwe ** SentencesI - [PYesToNo] with
(Syntax = SyntaxSwe),
(Symbolic = SymbolicSwe),
- (Lexicon = LexiconSwe) ;
+ (Lexicon = LexiconSwe) ** open Prelude in {
+
+ lin PYesToNo = mkPhrase (lin Utt (ss "jo")) ;
+
+}