diff options
| author | aarne <aarne@chalmers.se> | 2010-05-25 11:30:09 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-05-25 11:30:09 +0000 |
| commit | c473621651621343f4a4e4082e68d94fc3706be0 (patch) | |
| tree | 2f99bf04d10f7cacccee07e7bdf93b96057e0269 /examples/phrasebook/SentencesSwe.gf | |
| parent | cada06eab712bd57448f0305652cc3c18f53fbc0 (diff) | |
mass terms and yes/si/doch in Phrasebook
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")) ; + +} |
