mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 03:32:51 -06:00
disambiguation in Phrasebook grammars, PGF server, and the GUI
This commit is contained in:
@@ -8,8 +8,6 @@ concrete PhrasebookRon 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 = lin Text g ;
|
||||
PGreeting p g = mkText (lin Text (ss g.s)) (lin Text (ss p.s)) ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user