summaryrefslogtreecommitdiff
path: root/src/GF/Speech/GrammarToVoiceXML.hs
AgeCommit message (Collapse)Author
2008-06-25removed src for 2.9aarne
2007-12-14removed dep. on GFCCRawaarne
2007-12-14restored CanonToGFCC as a wrapper of GFCC generationaarne
2007-12-13new GFCC concrete syntax in place everywhereaarne
2007-10-05gf works with the new gfcc formataarne
2007-02-16VoiceXML generation: the grammar file name should be based on the concrete ↵bringert
syntax module name rather than the abstract.
2007-01-22Rename children to args in VoiceXML/SISR/JavaScript.bringert
2007-01-21Get speechLanguage flag from both command-line and grammar. Reformat it to ↵bringert
RFC3066 format (- instead of _) and use it in SRGS, VoiceXML and JSGF.
2007-01-18VoiceXML: use block cond instead of field expr. For some reason the field ↵bringert
expr doesn't work right in Opera.
2007-01-18VoiceXML generation: cleaned out some old cruft. Use simpler names for ↵bringert
variables and fields in forms.
2007-01-18Disable help and reprompt stuff in VoiceXML generation, to make nicer ↵bringert
looking VoiceXML. They didn't really add much anyway, since there is no help generation yet.
2007-01-07Added ETag constructor to GF.Data.XML.XML since not all tags can use the ↵bringert
empty shorthand.
2007-01-07VoiceXML generation: catch up with children array in SISR.bringert
2007-01-07Added unused simple VoiceXML generation. It won't work in Opera because of ↵bringert
the lack of subdialog srcexpr attribute support.
2007-01-05Use the GFCC type from DataGFCC when building VoiceXML.bringert
2007-01-05Use GFCC to build VoiceXML.bringert
2007-01-05VoiceXML printer no takes Options and StateGrammar, like SRG printers do.bringert
2007-01-04Commented out callbacks stuff in VoiceXML generation. It was not the right ↵bringert
thing to have.
2007-01-03VoiceXML: when checking the callbacks, use typeof to avoid errors with Opera ↵bringert
9.10.
2006-12-28Use printname to make VoiceXML prompts.bringert
2006-12-21Meta variables are now treated as functions with name ? in SISR, VoiceXML ↵bringert
and JavaScript linearization. VoiceXML now returns the partial result when update() is false.
2006-12-16VoiceXML: add _cat and _field to category names, to avoid clashing with ↵bringert
javascript built-ins. removed debugging stuff to make maintenance easier. SRGS: changed cate and field names to match the VoiceXML change.
2006-12-15Include update function in generated VoiceXML. Generated linearization ↵bringert
javaScript now uses the same abstract syntax representation as SISR.
2006-12-12SRGS generation: don't include debug script stuff if debugging is disabled. ↵bringert
Place category comments better.
2006-12-11VoiceXML: set xml:lang (value is still fake though)bringert
2006-12-11VoiceXML: print without debugging stuff by default.bringert
2006-12-11VoiceXML: don't use srcexpr in subdialogs, since Opera does not support ↵bringert
that. Also makes fewer subdialogs nows.
2006-12-10VoiceXML: don't use subdialog srcexpr for statically know subdialogs.bringert
2006-04-27VoiceXML generation: use cond attribute with blocks, instead of having ifs ↵bringert
inside. Recommended by OptimSys support.
2006-04-20Added debugging flag to generated VoiceXML.bringert
2006-04-19Use quest_Cat to generate questions in the VoiceXML printer.bringert
2006-04-18Look at both command-line and grammar startcat falgs in pg commands.bringert
2006-03-03Towards a working VoiceXML generator.bringert
2006-02-06VoiceXML generation: fixed threading of existing values through subdialog calls.bringert
2006-02-03Moved general XML stuff to GF.Data.XML. Started working on VoiceXML generation.bringert