diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-05-16 13:07:41 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-05-16 13:07:41 +0000 |
| commit | 6bbd4e423a7cda422a2e519453a41cef234506bd (patch) | |
| tree | edbc7cbd1071446c703af376d3e3dab5c321267c /examples/dialogue/README | |
| parent | e1ea20277cb19ef73e7380898942e4bb77cbd183 (diff) | |
examples of dialogue system grammars
Diffstat (limited to 'examples/dialogue/README')
| -rw-r--r-- | examples/dialogue/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/dialogue/README b/examples/dialogue/README new file mode 100644 index 000000000..f075b2f4f --- /dev/null +++ b/examples/dialogue/README @@ -0,0 +1,23 @@ +Dialogue system grammar examples. + +Files (for X = Eng, Fre, Godis, Swe): + + Dialogue.gf -- base dialogue grammar + DialogueX.gf -- implementation instance + DialogueI.gf -- implementation functor + + ResGodis.gf -- help constructs for Prolog terms + + Weekday.gf -- untility grammar with weekdays + WeekdayX.gf + + Agenda.gf -- application grammar for agenda + AgendaX.gf + +To build a new application for domain Dom, you need + + Dom.gf -- introduce fun's in Kind, Object, Oper0, Oper1, Oper2 + DomX.gf -- concrete syntax of the new fun's for language X + + + |
