summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2006-12-21 15:00:30 +0000
committerbringert <bringert@cs.chalmers.se>2006-12-21 15:00:30 +0000
commit51df5b8a8d562a3ac4b280b37e7ab04279e22d04 (patch)
tree3f1bc22a7a25ed086939be92becd49b4f976f198 /doc
parented46bb13647a387291340a8ee40cc61a0cb8db4d (diff)
Added voicexml,javascript,jsgf+sisr to gf-history and helpfile.
Diffstat (limited to 'doc')
-rw-r--r--doc/gf-history.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/gf-history.html b/doc/gf-history.html
index 8f92aa582..f25dbeec2 100644
--- a/doc/gf-history.html
+++ b/doc/gf-history.html
@@ -33,6 +33,24 @@ investigated later.
<p>
+21/12 (BB) Java Speech Grammar Format with SISR tags can now be generated.
+Use <tt>pg -printer=jsgf_sisr_old</tt>. The SISR tags are in Working Draft
+20030401 format, which is supported by the OptimTALK VoiceXML interpreter
+and the IBM XHTML+Voice implementation use by the Opera web browser.
+
+<p>
+
+21/12 (BB) VoiceXML 2.0 dialog systems can now be generated from GF grammars.
+Use <tt>pg -printer=vxml</tt>.
+
+<p>
+
+21/12 (BB) JavaScript code for linearization and type annotation can now be
+generated from a multilingual GF grammar. Use <tt>pm -printer=js</tt>.
+
+
+<p>
+
20/11 (AR) Type error messages in concrete syntax are printed with a
heuristic where a type of the form <tt>{... ; lock_C : {} ; ...}</tt>
is printed as <tt>C</tt>. This gives more readable error messages, but