diff options
Diffstat (limited to 'examples/phrasebook/SentencesSwe.gf')
| -rw-r--r-- | examples/phrasebook/SentencesSwe.gf | 8 |
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")) ; + +} |
