From cc0789034453f31bb86ad27030ec0549efa05e06 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 16 May 2006 21:18:40 +0000 Subject: changed readme name --- examples/dialogue/README.html | 124 ------------------------------------------ 1 file changed, 124 deletions(-) delete mode 100644 examples/dialogue/README.html (limited to 'examples/dialogue/README.html') diff --git a/examples/dialogue/README.html b/examples/dialogue/README.html deleted file mode 100644 index a273e28b9..000000000 --- a/examples/dialogue/README.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - -Dialogue system grammars using GF resource. - -

Dialogue system grammars using GF resource.

- -AR 16/5/2006 -
- -

Functionality and purpose

-

-Dialogue system abstract syntax + concrete syntaxes for -different languages. One of them is Prolog (with some resemblance to -dialogue moves in GoDiS). -

-

-The purpose is to show how new systems can be built for new domains just -by specifying just two things: -

- - -

-This is based on two library elements -

- - -

-In general, the only kind of elements that need to be added are -constants (0-place fun's) of the following categories from Dialogue.gf. -

-
-    Kind ;             -- e.g. Room
-    Object Kind ;      -- e.g. Kitchen
-    Oper0 ;            -- e.g. Stop
-    Oper1 Kind ;       -- e.g. Play
-    Oper2 Kind Kind ;  -- e.g. Add
-    Move ;             -- e.g. MorningMode
-
-

-

Files in this directory

-

-Files (for X = Eng, Fin, Fre, Prolog, Swe): -

-

-Files provided as library to build on: -

-
-    Dialogue.gf   -- base dialogue grammar
-    DialogueX.gf  -- implementation instance
-    DialogueI.gf  -- implementation functor
-  
-    ResProlog.gf  -- help constructs for Prolog terms
-  
-    Weekday.gf    -- untility grammar with weekdays
-    WeekdayX.gf
-  
-    AuxDialogue.gf-- interface of auxiliary resource-defined opers
-    AuxX.gf       -- instances for different languages
-
-

-Files implementing two examples. -

-
-    Agenda.gf     -- application grammar for agenda
-    AgendaX.gf
-  
-    Lights.gf     -- application grammar for lights
-    Lights.gf
-
-

-

Files needed to build a new application

-

-To build a new application for domain Dom, you thus need -

-
-    Dom.gf        -- introduce fun's in Kind, Object, Oper0, Oper1, Oper2
-    DomX.gf       -- concrete syntax of the new fun's for language X
-
-

-

Some tests

-

-You first need to do, with the latest resource grammar version, -

- - -

-Here are some other commands: -

- - -

-The last one is the coolest - but you may need to enable the speech_input command by installing ATK -and recompiling GF. -

- - - - -- cgit v1.2.3