diff options
| author | aarne <aarne@chalmers.se> | 2010-03-30 15:39:11 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-03-30 15:39:11 +0000 |
| commit | de909a4e44419562ca4ba071e15cf9b8e00288be (patch) | |
| tree | fdae4da7fbce3edb0276a93219495c019fdaca08 /examples/phrasebook/PhrasebookSwe.gf | |
| parent | 4bae49c6341fc831f474f1fffc0f763892ef696d (diff) | |
disambiguation in Phrasebook grammars, PGF server, and the GUI
Diffstat (limited to 'examples/phrasebook/PhrasebookSwe.gf')
| -rw-r--r-- | examples/phrasebook/PhrasebookSwe.gf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/phrasebook/PhrasebookSwe.gf b/examples/phrasebook/PhrasebookSwe.gf index 24241429e..1273c56c0 100644 --- a/examples/phrasebook/PhrasebookSwe.gf +++ b/examples/phrasebook/PhrasebookSwe.gf @@ -7,8 +7,6 @@ concrete PhrasebookSwe of Phrasebook = Prelude in { lin - PSentence s = mkText s | lin Text (mkUtt s) ; -- optional . - PQuestion s = mkText s | lin Text (mkUtt s) ; -- optional ? - PGreeting g = mkPhrase g ; + PGreeting p g = mkText (lin Text (ss g.s)) (lin Text (ss p.s)) ; } |
