summaryrefslogtreecommitdiff
path: root/src/GF/Speech
AgeCommit message (Expand)Author
2006-03-03SRGS generation: use XML module escape mechanism. Added beginnings of a not y...bringert
2006-03-03Towards a working VoiceXML generator.bringert
2006-02-06VoiceXML generation: fixed threading of existing values through subdialog calls.bringert
2006-02-03Moved general XML stuff to GF.Data.XML. Started working on VoiceXML generation.bringert
2006-02-01SRGS: add top-level rules for each GF category.bringert
2006-02-01Include GF version and compile date in SRGS meta creator tag.bringert
2006-02-01SRGS semantic results for list categories is now an array.bringert
2006-02-01First version of SRGS with semantic tags.bringert
2006-02-01Escape backslashes and double quotes in SRGS attribute values.bringert
2006-02-01Set xml:lang in SRGS grammars to the value of the language flag.bringert
2006-01-20Use right start category names in si command.bringert
2006-01-17Use cat and language in ATK si. Support language switching with ATK.bringert
2006-01-05Fixed-point iterate unneccessary node removeal.bringert
2006-01-05Generate monolithic FAs by expanding an MFA.bringert
2006-01-05Added monolithic SLF builind back in.bringert
2006-01-05Sort sub-networks topologically. HTK's HBuild seems to require this.bringert
2006-01-05Remove unused sub-networks when generating multiple FAs.bringert
2006-01-05Remove more unneccessary nodes in SLF networks.bringert
2006-01-05Refactored Graph module. Remove some unneccessary states in slf networks.bringert
2006-01-05Print slf_graphviz with subgraphs.bringert
2006-01-04Build SLF networks with sublattices.bringert
2005-12-29Finite state networks: more strictness. alternative (still unused) implementa...bringert
2005-12-29Fintie state networks: fixed stack overflow problem with strictness in Graph ...bringert
2005-12-29Finite state networks: replace some lookup tables with maps. Rewrite closure ...bringert
2005-12-29Finite state minimization: improved performance by using Set State instead of...bringert
2005-12-29Finite state network generation: reimplemented getOutgoing using Data.Map to ...bringert
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