index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
GF
/
Speech
/
GrammarToVoiceXML.hs
Age
Commit message (
Expand
)
Author
2008-06-25
removed src for 2.9
aarne
2007-12-14
removed dep. on GFCCRaw
aarne
2007-12-14
restored CanonToGFCC as a wrapper of GFCC generation
aarne
2007-12-13
new GFCC concrete syntax in place everywhere
aarne
2007-10-05
gf works with the new gfcc format
aarne
2007-02-16
VoiceXML generation: the grammar file name should be based on the concrete sy...
bringert
2007-01-22
Rename children to args in VoiceXML/SISR/JavaScript.
bringert
2007-01-21
Get speechLanguage flag from both command-line and grammar. Reformat it to RF...
bringert
2007-01-18
VoiceXML: use block cond instead of field expr. For some reason the field exp...
bringert
2007-01-18
VoiceXML generation: cleaned out some old cruft. Use simpler names for variab...
bringert
2007-01-18
Disable help and reprompt stuff in VoiceXML generation, to make nicer looking...
bringert
2007-01-07
Added ETag constructor to GF.Data.XML.XML since not all tags can use the empt...
bringert
2007-01-07
VoiceXML generation: catch up with children array in SISR.
bringert
2007-01-07
Added unused simple VoiceXML generation. It won't work in Opera because of th...
bringert
2007-01-05
Use the GFCC type from DataGFCC when building VoiceXML.
bringert
2007-01-05
Use GFCC to build VoiceXML.
bringert
2007-01-05
VoiceXML printer no takes Options and StateGrammar, like SRG printers do.
bringert
2007-01-04
Commented out callbacks stuff in VoiceXML generation. It was not the right th...
bringert
2007-01-03
VoiceXML: when checking the callbacks, use typeof to avoid errors with Opera ...
bringert
2006-12-28
Use printname to make VoiceXML prompts.
bringert
2006-12-21
Meta variables are now treated as functions with name ? in SISR, VoiceXML and...
bringert
2006-12-16
VoiceXML: add _cat and _field to category names, to avoid clashing with javas...
bringert
2006-12-15
Include update function in generated VoiceXML. Generated linearization javaSc...
bringert
2006-12-12
SRGS generation: don't include debug script stuff if debugging is disabled. P...
bringert
2006-12-11
VoiceXML: set xml:lang (value is still fake though)
bringert
2006-12-11
VoiceXML: print without debugging stuff by default.
bringert
2006-12-11
VoiceXML: don't use srcexpr in subdialogs, since Opera does not support that....
bringert
2006-12-10
VoiceXML: don't use subdialog srcexpr for statically know subdialogs.
bringert
2006-04-27
VoiceXML generation: use cond attribute with blocks, instead of having ifs in...
bringert
2006-04-20
Added debugging flag to generated VoiceXML.
bringert
2006-04-19
Use quest_Cat to generate questions in the VoiceXML printer.
bringert
2006-04-18
Look at both command-line and grammar startcat falgs in pg commands.
bringert
2006-03-03
Towards a working VoiceXML generator.
bringert
2006-02-06
VoiceXML generation: fixed threading of existing values through subdialog calls.
bringert
2006-02-03
Moved general XML stuff to GF.Data.XML. Started working on VoiceXML generation.
bringert