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
/
PrSRGS.hs
Age
Commit message (
Expand
)
Author
2008-06-25
removed src for 2.9
aarne
2007-06-26
SRGS XML: the meta tag should use empty tag short-hand.
bringert
2007-06-26
Eliminate more redundant item tags in SRGS XML.
bringert
2007-06-26
Produce less verbose SRGS XML, by eliminating redundant item tags.
bringert
2007-06-25
Added non-recursive SRGS printing.
bringert
2007-06-21
SRG always has RE rhs.
bringert
2007-03-19
Use makeSimpleSRG everywhere and remove makeSRG. Reimplemented top-down filte...
bringert
2007-01-21
Get speechLanguage flag from both command-line and grammar. Reformat it to RF...
bringert
2007-01-19
Don't print compile date in SRGS XML grammars.
bringert
2007-01-07
Use ENBF to generate SRGS.
bringert
2007-01-07
Added ETag constructor to GF.Data.XML.XML since not all tags can use the empt...
bringert
2007-01-05
Changed all SRG printer to take Options and StateGrammar arguments. This make...
bringert
2007-01-05
Change input to the different SRG printers to be StateGrammar instead of CGra...
bringert
2007-01-04
SISR: top categories do not need the Cat_field field.
bringert
2006-12-20
Use LCLR algorithm for eliminating left-recursion, with lambda terms in SISR ...
bringert
2006-12-17
Added still unused implementation of Moore's LCLR algorithm for left recursio...
bringert
2006-12-17
Many fixes to JSGF format (never tested before). Implemented JSGF+SISR. Left ...
bringert
2006-12-16
VoiceXML: add _cat and _field to category names, to avoid clashing with javas...
bringert
2006-12-15
Towards smaller SRGs when lots of variants are used.
bringert
2006-12-12
Use ebnf srg generation in PrSRGS.
bringert
2006-12-12
Moved profile stuff to GF.Speech.SRG, to allow other SRG formats to include S...
bringert
2006-12-12
SRGS generation: don't include debug script stuff if debugging is disabled. P...
bringert
2006-12-11
SRGS+SISR: put tags after items.
bringert
2006-12-10
Reinstate SISR field name for top-level categories. The VoiceXML generation r...
bringert
2006-12-10
Added tag-format attribute to SRGS XML when using SISR.
bringert
2006-12-08
Use public category with original name as SRGS start cat.
bringert
2006-12-08
Changed SRGS SISR printing to be closer to the current working draft standard...
bringert
2006-05-31
Disable special treatment of lists in SRGS+SISR generation, since OptimTalk c...
bringert
2006-04-18
Look at both command-line and grammar startcat falgs in pg commands.
bringert
2006-03-03
SRGS generation: use XML module escape mechanism. Added beginnings of a not y...
bringert
2006-02-03
Moved general XML stuff to GF.Data.XML. Started working on VoiceXML generation.
bringert
2006-02-01
SRGS: add top-level rules for each GF category.
bringert
2006-02-01
Include GF version and compile date in SRGS meta creator tag.
bringert
2006-02-01
SRGS semantic results for list categories is now an array.
bringert
2006-02-01
First version of SRGS with semantic tags.
bringert
2006-02-01
Escape backslashes and double quotes in SRGS attribute values.
bringert
2006-02-01
Set xml:lang in SRGS grammars to the value of the language flag.
bringert
2005-11-01
Documented SRGS XML generation. Started working on support for probabilities ...
bringert
2005-10-31
Added SRGS XML grammar printer.
bringert