summaryrefslogtreecommitdiff
path: root/src/GF/Speech
AgeCommit message (Expand)Author
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
2006-12-20Removed tracing from PrJSGF.bringert
2006-12-20Use LCLR algorithm for eliminating left-recursion, with lambda terms in SISR ...bringert
2006-12-17Added still unused implementation of Moore's LCLR algorithm for left recursio...bringert
2006-12-17Use [] in JSGF printing.bringert
2006-12-17Some clean-up in GF/Speech/TransformCFG.hsbringert
2006-12-17Many fixes to JSGF format (never tested before). Implemented JSGF+SISR. Left ...bringert
2006-12-16VoiceXML: add _cat and _field to category names, to avoid clashing with javas...bringert
2006-12-15Towards smaller SRGs when lots of variants are used.bringert
2006-12-15Include update function in generated VoiceXML. Generated linearization javaSc...bringert
2006-12-12Use ebnf srg generation in PrSRGS.bringert
2006-12-12Moved profile stuff to GF.Speech.SRG, to allow other SRG formats to include S...bringert
2006-12-12SRGS generation: don't include debug script stuff if debugging is disabled. P...bringert
2006-12-11SRGS+SISR: put tags after items.bringert
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 that....bringert
2006-12-10VoiceXML: don't use subdialog srcexpr for statically know subdialogs.bringert
2006-12-10Reinstate SISR field name for top-level categories. The VoiceXML generation r...bringert
2006-12-10Added tag-format attribute to SRGS XML when using SISR. bringert
2006-12-08Use public category with original name as SRGS start cat.bringert
2006-12-08Changed SRGS SISR printing to be closer to the current working draft standard...bringert
2006-09-13Removed extra comma in import list of src/GF/Speech/Relation.hs. This prevent...bringert
2006-05-31Disable special treatment of lists in SRGS+SISR generation, since OptimTalk c...bringert
2006-04-27VoiceXML generation: use cond attribute with blocks, instead of having ifs in...bringert
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-04-13Fixed left recursion removal to not create cyclic rules.bringert
2006-04-13Removed cycles when building SRGs, to avoid getting left-recursive grammars.bringert
2006-04-13generate unique new category names when removing left recursion from cfgs.bringert
2006-04-13Fixed bug in SRG top-down filtering where the start category would be removed...bringert
2006-04-13Added top-down filtering to the GSL printer.bringert
2006-04-12The SLF removeTrivialEmptyNodes optimization could orphan the final node. Fix...bringert
2006-03-31In GSL generation: remove punctuation before LR analysis.bringert
2006-03-31Added colon to the list of punctuation chars in GSL generation.bringert
2006-03-20Replaced all used of Data.FiniteMap with Data.Map.bringert
2006-03-03SRGS generation: use XML module escape mechanism. Added beginnings of a not y...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
2006-02-01SRGS: add top-level rules for each GF category.bringert
2006-02-01Include GF version and compile date in SRGS meta creator tag.bringert
2006-02-01SRGS semantic results for list categories is now an array.bringert
2006-02-01First version of SRGS with semantic tags.bringert
2006-02-01Escape backslashes and double quotes in SRGS attribute values.bringert