summaryrefslogtreecommitdiff
path: root/src/GF/Speech
AgeCommit message (Expand)Author
2008-04-29JS.cf : Changed the JS grammar to support strings as property names in object...meza
2007-12-20Added newlines and ends of some files. This makes sed happy.bringert
2007-12-14removed dep. on GFCCRawaarne
2007-12-14restored CanonToGFCC as a wrapper of GFCC generationaarne
2007-12-13new GFCC concrete syntax in place everywhereaarne
2007-10-05gf works with the new gfcc formataarne
2007-06-28CFRules tracing.bringert
2007-06-28-printer=regexp handles precedencebringert
2007-06-27bottom-up and top-down filtering do not need fix point iteration.bringert
2007-06-27Refactor TransformCFG: use Map for CFRules.bringert
2007-06-27Make bottomUpFilter better by also removing categories which contain no finit...bringert
2007-06-27Print SRG stats when preprocessing grammar.bringert
2007-06-27Use shorter lines and paragraph-filling in SRGS, JSGF and GSL printing.bringert
2007-06-27Limit GSL/JSGF/SRGS ABNF grammar line width to 80.bringert
2007-06-26Fewer redundant parantheses in JSGF and SRGS ABNF.bringert
2007-06-26SRGS XML: the meta tag should use empty tag short-hand.bringert
2007-06-26Oops, I had managed to remove the preprocessing step in makeSimpleRegular, wh...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-25Implement makeNonRecursiveSRG by conversion through MFA instead of directly t...bringert
2007-06-25Added srgs_abnf_non_rec.bringert
2007-06-25Some clean-up in finite-state network generation: MFA now keeps track of star...bringert
2007-06-25Added non-recursive SRGS printing.bringert
2007-06-25Some refactorings needed for recursion removal.bringert
2007-06-21Added makeSRG.bringert
2007-06-21SRG always has RE rhs.bringert
2007-06-21Removed some unused imports of GF.Speech.SRG.bringert
2007-06-20Added regexps grammar printer. This is a first step towards recursion-free SRGS.bringert
2007-03-27Nicer formatting of generated GSL.bringert
2007-03-26Remove all empty SLF nodes, don't care about edge explosion. Empty nodes are ...bringert
2007-03-26Use EBNF compaction for GSL.bringert
2007-03-26Fixed SISR bug.bringert
2007-03-25commented LC_LR modificationbringert
2007-03-25Also remove indirectly cyclic productions.bringert
2007-03-25Added srg0006: A grammar with a cycle caused by an empty production.bringert
2007-03-25Comments only.bringert
2007-03-24SRG generation: merge categories with identical set of productions. The LC_LR...bringert
2007-03-24Modified the LC_LR implementation to only produce rules using A-X categories ...bringert
2007-03-24Better debugging output when SRG generation crashes because of a missing cate...bringert
2007-03-20Remove removeIdenticalRules, since it would get rid of alternative parse resu...bringert
2007-03-20Do the same initial transformations as for CFGs when generating FAs: remove c...bringert
2007-03-20Do top-down and bottom-up filtering together to a fixed point.bringert
2007-03-20Moved code and comments around in TransformCFG.bringert
2007-03-20Renamed removeEmptyCats to bottomUpFilter.bringert
2007-03-20Removed dead export list.bringert
2007-03-20Removed fixed FIXMEs.bringert
2007-03-19Use makeSimpleSRG everywhere and remove makeSRG. Reimplemented top-down filte...bringert
2007-02-16VoiceXML generation: the grammar file name should be based on the concrete sy...bringert
2007-01-29Handle coercion functions (_) in CFG generation for SRG.bringert
2007-01-29Removed CFConst constructor, since it was unused.bringert