summaryrefslogtreecommitdiff
path: root/src/GF/Speech/TransformCFG.hs
AgeCommit message (Expand)Author
2007-03-24Modified the LC_LR implementation to only produce rules using A-X categories ...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-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-01-29Handle coercion functions (_) in CFG generation for SRG.bringert
2007-01-29Removed CFConst constructor, since it was unused.bringert
2007-01-29Document CFTerm constructors.bringert
2007-01-07Generate more compact JSGF by converting to ENBF.bringert
2007-01-05SISR code now type annotates meta variables directly in grammar, to avoid a s...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-03SISR: constants from conversion=finite now produce abstract syntax nodes inst...bringert
2006-12-21Meta variables are now treated as functions with name ? in SISR, VoiceXML and...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-17Some clean-up in GF/Speech/TransformCFG.hsbringert
2006-04-18Look at both command-line and grammar startcat falgs in pg commands.bringert
2006-04-13Fixed left recursion removal to not create cyclic rules.bringert
2006-04-13Removed cycles when building SRGs, to avoid getting left-recursive grammars.bringert
2006-04-13generate unique new category names when removing left recursion from cfgs.bringert
2006-03-20Replaced all used of Data.FiniteMap with Data.Map.bringert
2006-02-01First version of SRGS with semantic tags.bringert
2006-01-20Use right start category names in si command.bringert
2006-01-04Build SLF networks with sublattices.bringert
2005-12-22Some performance improvements in the FA generation.bringert
2005-11-01Documented SRGS XML generation. Started working on support for probabilities ...bringert
2005-10-26Made removeIdenticalRules faster by using sortNubBy instead of nubBy.bringert
2005-09-14Added Graphviz module for graphviz stuff. Move a lot of utility functions to ...bringert
2005-09-12Added printer for regular grammars. Changed some foldrs to foldls to improve ...bringert
2005-09-12Completed unoptimized SLF generation.bringert
2005-09-08More work on make_fa.bringert
2005-09-08Started working on make_fa.bringert
2005-09-08Defined compileAutomaton in terms of make_fabringert
2005-09-07Added the prerequisits for automaton building.bringert
2005-09-06Finished untested function for making context-free grammars regular.bringert
2005-09-02Some baby stpes closes to ATK SLF generation.bringert
2005-06-17Added beginnings of ATK SLF generation.bringert
2005-04-21Fixed module names and imports after giant file move.bringert
2005-04-15Removed some dead code from gsl and cfgm generation.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
2005-03-18"Committed_by_peb"peb
2005-02-22Added export list to TransformCFG and removed obsolete headers from other spe...bringert