summaryrefslogtreecommitdiff
path: root/src/GF/Speech/SRG.hs
AgeCommit message (Expand)Author
2007-12-20Added newlines and ends of some files. This makes sed happy.bringert
2007-06-28CFRules tracing.bringert
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-27Print SRG stats when preprocessing grammar.bringert
2007-06-25Implement makeNonRecursiveSRG by conversion through MFA instead of directly t...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-03-24SRG generation: merge categories with identical set of productions. The LC_LR...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 top-down and bottom-up filtering together to a fixed point.bringert
2007-03-20Renamed removeEmptyCats to bottomUpFilter.bringert
2007-03-20Removed fixed FIXMEs.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-07Fixed bug in SRG EBNF generation. Before it assumed that all variation came f...bringert
2007-01-07Generate more compact JSGF by converting to ENBF.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-03SRG: when making top-level categories, handle value categories introduced by ...bringert
2006-12-20Fixed (final?) two bugs in the SISR generation.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-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-04-18Look at both command-line and grammar startcat falgs in pg commands.bringert
2006-04-13Removed cycles when building SRGs, to avoid getting left-recursive grammars.bringert
2006-04-13Fixed bug in SRG top-down filtering where the start category would be removed...bringert
2006-04-13Added top-down filtering to the GSL printer.bringert
2006-03-20Replaced all used of Data.FiniteMap with Data.Map.bringert
2006-02-01First version of SRGS with semantic tags.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-26Removed superfluous Debug.Trace import from SRG.hs.bringert
2005-10-26Moved Graph and Relation stuff to separate modules. Added some QuickCheck pro...bringert
2005-09-14Added Graphviz module for graphviz stuff. Move a lot of utility functions to ...bringert
2005-09-12Completed unoptimized SLF generation.bringert
2005-09-07Added the prerequisits for automaton building.bringert
2005-06-17Added beginnings of ATK SLF generation.bringert
2005-04-21Fixed module names and imports after giant file move.bringert
2005-04-14"Committed_by_peb"peb
2005-04-11"Committed_by_peb"peb
2005-03-21"Committed_by_peb"peb
2005-03-21"Committed_by_peb"peb
2005-03-21"Committed_by_peb"peb