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-12-14
removed dep. on GFCCRaw
aarne
2007-12-14
restored CanonToGFCC as a wrapper of GFCC generation
aarne
2007-12-13
new GFCC concrete syntax in place everywhere
aarne
2007-10-05
gf works with the new gfcc format
aarne
2007-06-28
CFRules tracing.
bringert
2007-06-28
-printer=regexp handles precedence
bringert
2007-06-27
bottom-up and top-down filtering do not need fix point iteration.
bringert
2007-06-27
Refactor TransformCFG: use Map for CFRules.
bringert
2007-06-27
Make bottomUpFilter better by also removing categories which contain no finit...
bringert
2007-06-27
Print SRG stats when preprocessing grammar.
bringert
2007-06-27
Use shorter lines and paragraph-filling in SRGS, JSGF and GSL printing.
bringert
2007-06-27
Limit GSL/JSGF/SRGS ABNF grammar line width to 80.
bringert
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
[next]