summaryrefslogtreecommitdiff
path: root/examples/phrasebook/PhrasebookSwe.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-03-30 15:39:11 +0000
committeraarne <aarne@chalmers.se>2010-03-30 15:39:11 +0000
commitde909a4e44419562ca4ba071e15cf9b8e00288be (patch)
treefdae4da7fbce3edb0276a93219495c019fdaca08 /examples/phrasebook/PhrasebookSwe.gf
parent4bae49c6341fc831f474f1fffc0f763892ef696d (diff)
disambiguation in Phrasebook grammars, PGF server, and the GUI
Diffstat (limited to 'examples/phrasebook/PhrasebookSwe.gf')
-rw-r--r--examples/phrasebook/PhrasebookSwe.gf4
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)) ;
}