From 29d04d8a90e1db9c8cc040ae5d83bdf7c84359cc Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 16 May 2006 20:44:33 +0000 Subject: extended dialogue example --- examples/dialogue/README | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 examples/dialogue/README (limited to 'examples/dialogue/README') diff --git a/examples/dialogue/README b/examples/dialogue/README deleted file mode 100644 index 4bcba889c..000000000 --- a/examples/dialogue/README +++ /dev/null @@ -1,34 +0,0 @@ -Dialogue system grammar examples. - -AR 16/5/2006 - -Files (for X = Eng, Fin, Fre, Prolog, Swe): - - 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 - - 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 - - -To test: - - - 'make present' in lib/resource-1.0 - - 'gf AgendaEng.gf' in current dir, followed by 'gr -cat=Move | l -all' - - or the same thing with other languages - - for Nuance grammar, do 'pg -printer=gsl -startcat=Move' - - to generate a corpus, do 'gt -cat=Move -depth=4 | pt -transform=typecheck | l -all' - - - -- cgit v1.2.3