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
Age
Commit message (
Expand
)
Author
2007-06-26
Fewer redundant parantheses in JSGF and SRGS ABNF.
bringert
2007-06-26
SRGS XML: the meta tag should use empty tag short-hand.
bringert
2007-06-26
Oops, I had managed to remove the preprocessing step in makeSimpleRegular, wh...
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
Implement makeNonRecursiveSRG by conversion through MFA instead of directly t...
bringert
2007-06-25
Added srgs_abnf_non_rec.
bringert
2007-06-25
Some clean-up in finite-state network generation: MFA now keeps track of star...
bringert
2007-06-25
Added non-recursive SRGS printing.
bringert
2007-06-25
Some refactorings needed for recursion removal.
bringert
2007-06-21
Added makeSRG.
bringert
2007-06-21
SRG always has RE rhs.
bringert
2007-06-21
Removed some unused imports of GF.Speech.SRG.
bringert
2007-06-20
Added regexps grammar printer. This is a first step towards recursion-free SRGS.
bringert
2007-03-27
Nicer formatting of generated GSL.
bringert
2007-03-26
Remove all empty SLF nodes, don't care about edge explosion. Empty nodes are ...
bringert
2007-03-26
Use EBNF compaction for GSL.
bringert
2007-03-26
Fixed SISR bug.
bringert
2007-03-25
commented LC_LR modification
bringert
2007-03-25
Also remove indirectly cyclic productions.
bringert
2007-03-25
Added srg0006: A grammar with a cycle caused by an empty production.
bringert
2007-03-25
Comments only.
bringert
2007-03-24
SRG generation: merge categories with identical set of productions. The LC_LR...
bringert
2007-03-24
Modified the LC_LR implementation to only produce rules using A-X categories ...
bringert
2007-03-24
Better debugging output when SRG generation crashes because of a missing cate...
bringert
2007-03-20
Remove removeIdenticalRules, since it would get rid of alternative parse resu...
bringert
2007-03-20
Do the same initial transformations as for CFGs when generating FAs: remove c...
bringert
2007-03-20
Do top-down and bottom-up filtering together to a fixed point.
bringert
2007-03-20
Moved code and comments around in TransformCFG.
bringert
2007-03-20
Renamed removeEmptyCats to bottomUpFilter.
bringert
2007-03-20
Removed dead export list.
bringert
2007-03-20
Removed fixed FIXMEs.
bringert
2007-03-19
Use makeSimpleSRG everywhere and remove makeSRG. Reimplemented top-down filte...
bringert
2007-02-16
VoiceXML generation: the grammar file name should be based on the concrete sy...
bringert
2007-01-29
Handle coercion functions (_) in CFG generation for SRG.
bringert
2007-01-29
Removed CFConst constructor, since it was unused.
bringert
2007-01-29
Document CFTerm constructors.
bringert
2007-01-22
Rename children to args in VoiceXML/SISR/JavaScript.
bringert
2007-01-21
Use _cat category as root in SRGS ABNF and JSGF. SRGS XML already did this.
bringert
2007-01-21
Get speechLanguage flag from both command-line and grammar. Reformat it to RF...
bringert
2007-01-21
SRGS ABNF generation: semicolon after meta decls, no $NULL before initTag sin...
bringert
2007-01-19
Don't print compile date in SRGS XML grammars.
bringert
2007-01-19
Added SRGS ABNF generation.
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
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-07
Fixed bug in SRG EBNF generation. Before it assumed that all variation came f...
bringert
2007-01-07
Generate more compact JSGF by converting to ENBF.
bringert
[prev]
[next]