summaryrefslogtreecommitdiff
path: root/src/GF/Speech/TransformCFG.hs
AgeCommit message (Expand)Author
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
2005-02-18"Committed_by_peb"peb
2005-02-04"Committed_by_peb"peb
2004-09-14Added GSL speech recognition grammar generation.bringert