summaryrefslogtreecommitdiff
path: root/src/GF/Speech
AgeCommit message (Expand)Author
2007-03-24Modified the LC_LR implementation to only produce rules using A-X categories ...bringert
2007-03-24Better debugging output when SRG generation crashes because of a missing cate...bringert
2007-03-20Remove removeIdenticalRules, since it would get rid of alternative parse resu...bringert
2007-03-20Do the same initial transformations as for CFGs when generating FAs: remove c...bringert
2007-03-20Do top-down and bottom-up filtering together to a fixed point.bringert
2007-03-20Moved code and comments around in TransformCFG.bringert
2007-03-20Renamed removeEmptyCats to bottomUpFilter.bringert
2007-03-20Removed dead export list.bringert
2007-03-20Removed fixed FIXMEs.bringert
2007-03-19Use makeSimpleSRG everywhere and remove makeSRG. Reimplemented top-down filte...bringert
2007-02-16VoiceXML generation: the grammar file name should be based on the concrete sy...bringert
2007-01-29Handle coercion functions (_) in CFG generation for SRG.bringert
2007-01-29Removed CFConst constructor, since it was unused.bringert
2007-01-29Document CFTerm constructors.bringert
2007-01-22Rename children to args in VoiceXML/SISR/JavaScript.bringert
2007-01-21Use _cat category as root in SRGS ABNF and JSGF. SRGS XML already did this.bringert
2007-01-21Get speechLanguage flag from both command-line and grammar. Reformat it to RF...bringert
2007-01-21SRGS ABNF generation: semicolon after meta decls, no $NULL before initTag sin...bringert
2007-01-19Don't print compile date in SRGS XML grammars.bringert
2007-01-19Added SRGS ABNF generation.bringert
2007-01-18VoiceXML: use block cond instead of field expr. For some reason the field exp...bringert
2007-01-18VoiceXML generation: cleaned out some old cruft. Use simpler names for variab...bringert
2007-01-18Disable help and reprompt stuff in VoiceXML generation, to make nicer looking...bringert
2007-01-07Use ENBF to generate SRGS.bringert
2007-01-07Added ETag constructor to GF.Data.XML.XML since not all tags can use the empt...bringert
2007-01-07Fixed bug in SRG EBNF generation. Before it assumed that all variation came f...bringert
2007-01-07Generate more compact JSGF by converting to ENBF.bringert
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 th...bringert
2007-01-07JavaSscript and SISR abstract syntax now uses an array for the node children,...bringert
2007-01-05SISR code now type annotates meta variables directly in grammar, to avoid a s...bringert
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-05Changed all SRG printer to take Options and StateGrammar arguments. This make...bringert
2007-01-05Change input to the different SRG printers to be StateGrammar instead of CGra...bringert
2007-01-04Commented out callbacks stuff in VoiceXML generation. It was not the right th...bringert
2007-01-04SISR: top categories do not need the Cat_field field.bringert
2007-01-03SRG: when making top-level categories, handle value categories introduced by ...bringert
2007-01-03SISR: constants from conversion=finite now produce abstract syntax nodes inst...bringert
2007-01-03Updated another reference to "Regular approximation of CFLs: a grammatical view"bringert
2007-01-03VoiceXML: when checking the callbacks, use typeof to avoid errors with Opera ...bringert
2007-01-03Updated reference to regular -> FA conversion.bringert
2006-12-28Use printname to make VoiceXML prompts.bringert
2006-12-21Meta variables are now treated as functions with name ? in SISR, VoiceXML and...bringert
2006-12-20Fixed (final?) two bugs in the SISR generation.bringert
2006-12-20More JSGF pretty-printing.bringert
2006-12-20JSGF pretty printing tweaks.bringert
2006-12-20Use HughesPJ pretty printer to make JSGF output look nicer.bringert
2006-12-20Make smaller SISR code for tokens.bringert