summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/dialogue/README13
1 files changed, 12 insertions, 1 deletions
diff --git a/examples/dialogue/README b/examples/dialogue/README
index f075b2f4f..2a6eaef01 100644
--- a/examples/dialogue/README
+++ b/examples/dialogue/README
@@ -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'
+
+
+