README completed in dialogue

This commit is contained in:
aarne
2006-05-16 13:13:33 +00:00
parent 6bbd4e423a
commit ecf429c593

View File

@@ -1,5 +1,7 @@
Dialogue system grammar examples.
AR 16/5/2006
Files (for X = Eng, Fre, Godis, Swe):
Dialogue.gf -- base dialogue grammar
@@ -20,4 +22,13 @@ To build a new application for domain Dom, you need
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'