summaryrefslogtreecommitdiff
path: root/src/GF/Speech/PrSLF.hs
AgeCommit message (Collapse)Author
2008-06-25removed src for 2.9aarne
2007-06-25Some clean-up in finite-state network generation: MFA now keeps track of ↵bringert
start lattice name, instead of having a wrapper lattice. Replaced MFALabel with Symbol.
2007-06-21Removed some unused imports of GF.Speech.SRG.bringert
2007-01-05Changed all SRG printer to take Options and StateGrammar arguments. This ↵bringert
makes Custom a lot cleaner.
2007-01-05Change input to the different SRG printers to be StateGrammar instead of ↵bringert
CGrammar. This to allow looking at the types in SISR, and to reduce the number of argument passed from Custom.
2006-04-12The SLF removeTrivialEmptyNodes optimization could orphan the final node. ↵bringert
Fixed this by not bypassing final nodes.
2006-01-17Use cat and language in ATK si. Support language switching with ATK.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-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-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 ↵bringert
actually final.
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-09-14Parametrized the type of FAs over the state type.bringert
2005-09-14Added Graphviz module for graphviz stuff. Move a lot of utility functions to ↵bringert
GF.Data.Utilities.
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 ↵bringert
set the startcat in the grammar file. Time to go home I think.
2005-09-12Used home-grown graph implementation in FiniteState, to remove dependency on ↵bringert
fgl. This also lead to a dramatic performance increase.
2005-09-12Added printer for regular grammars. Changed some foldrs to foldls to improve ↵bringert
stack usage.
2005-09-12Completed unoptimized SLF generation.bringert
2005-09-07Added the prerequisits for automaton building.bringert
2005-09-02Some baby stpes closes to ATK SLF generation.bringert
2005-06-17Added beginnings of ATK SLF generation.bringert