summaryrefslogtreecommitdiff
path: root/src/GF/Speech
AgeCommit message (Expand)Author
2005-12-22Some performance improvements in the FA generation.bringert
2005-12-22Some tracing and formatting stuff looking for the the stack overflow problem ...bringert
2005-12-20Don't import toLower in PrSLF.bringert
2005-12-13Added semi-working speech_input command.bringert
2005-12-09Use tags in SLF generation to get out a parsable string.bringert
2005-12-08SLF generation: make sure that there is only one final node, and that it is a...bringert
2005-12-02Make words in SLF language models upper case.bringert
2005-11-10Prepared for generation of finite automata in C.bringert
2005-11-10Moved FA and regular grammar printers to a separate module.bringert
2005-11-01Documented SRGS XML generation. Started working on support for probabilities ...bringert
2005-10-31Added SRGS XML grammar printer.bringert
2005-10-27Reduced complexity of reachable in FA determinization.bringert
2005-10-26Made removeIdenticalRules faster by using sortNubBy instead of nubBy.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-22Added placeholder for minimizing SLF-style automata.bringert
2005-09-22Generated finite state networks are now state minimal.bringert
2005-09-15Fixed some bugs in the Graphviz printer.bringert
2005-09-14Started wotking on NFA to DFA.bringert
2005-09-14Parametrized the type of FAs over the state type.bringert
2005-09-14Parametrized the Graph type over the node type.bringert
2005-09-14Added Graphviz module for graphviz stuff. Move a lot of utility functions to ...bringert
2005-09-13Fixed makeTransitions/mapTransitions typo in PrSLF.bringert
2005-09-12Cleaned up some stuff while trying to find a bug. Turned out I just had not s...bringert
2005-09-12Some preparations for graph minimization.bringert
2005-09-12Used home-grown graph implementation in FiniteState, to remove dependency on ...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-24"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-07Convert tokens to lower case when printing GSL.bringert
2005-02-04"Committed_by_peb"peb
2005-02-03"Committed_by_peb"peb
2005-01-28Make first letter in GSL category names upper case.bringert