summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-05-16 13:13:33 +0000
committeraarne <aarne@cs.chalmers.se>2006-05-16 13:13:33 +0000
commitecf429c593b7b986b02429f653f313c4e3875821 (patch)
treea3d4453fc9c596910c8732488f506b6311e0d173
parent6bbd4e423a7cda422a2e519453a41cef234506bd (diff)
README completed in dialogue
-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'
+
+
+