summaryrefslogtreecommitdiff
path: root/src/GF/Speech/PrSRGS.hs
AgeCommit message (Expand)Author
2008-06-25removed src for 2.9aarne
2007-06-26SRGS XML: the meta tag should use empty tag short-hand.bringert
2007-06-26Eliminate more redundant item tags in SRGS XML.bringert
2007-06-26Produce less verbose SRGS XML, by eliminating redundant item tags.bringert
2007-06-25Added non-recursive SRGS printing.bringert
2007-06-21SRG always has RE rhs.bringert
2007-03-19Use makeSimpleSRG everywhere and remove makeSRG. Reimplemented top-down filte...bringert
2007-01-21Get speechLanguage flag from both command-line and grammar. Reformat it to RF...bringert
2007-01-19Don't print compile date in SRGS XML grammars.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-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-04SISR: top categories do not need the Cat_field field.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-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-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-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-05-31Disable special treatment of lists in SRGS+SISR generation, since OptimTalk c...bringert
2006-04-18Look at both command-line and grammar startcat falgs in pg commands.bringert
2006-03-03SRGS generation: use XML module escape mechanism. Added beginnings of a not y...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
2006-02-01Set xml:lang in SRGS grammars to the value of the language flag.bringert
2005-11-01Documented SRGS XML generation. Started working on support for probabilities ...bringert
2005-10-31Added SRGS XML grammar printer.bringert