index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
GF
/
Speech
/
PrSLF.hs
Age
Commit message (
Expand
)
Author
2008-06-25
removed src for 2.9
aarne
2007-06-25
Some clean-up in finite-state network generation: MFA now keeps track of star...
bringert
2007-06-21
Removed some unused imports of GF.Speech.SRG.
bringert
2007-01-05
Changed all SRG printer to take Options and StateGrammar arguments. This make...
bringert
2007-01-05
Change input to the different SRG printers to be StateGrammar instead of CGra...
bringert
2006-04-12
The SLF removeTrivialEmptyNodes optimization could orphan the final node. Fix...
bringert
2006-01-17
Use cat and language in ATK si. Support language switching with ATK.
bringert
2006-01-05
Generate monolithic FAs by expanding an MFA.
bringert
2006-01-05
Added monolithic SLF builind back in.
bringert
2006-01-05
Sort sub-networks topologically. HTK's HBuild seems to require this.
bringert
2006-01-05
Remove unused sub-networks when generating multiple FAs.
bringert
2006-01-05
Refactored Graph module. Remove some unneccessary states in slf networks.
bringert
2006-01-05
Print slf_graphviz with subgraphs.
bringert
2006-01-04
Build SLF networks with sublattices.
bringert
2005-12-20
Don't import toLower in PrSLF.
bringert
2005-12-13
Added semi-working speech_input command.
bringert
2005-12-09
Use tags in SLF generation to get out a parsable string.
bringert
2005-12-08
SLF generation: make sure that there is only one final node, and that it is a...
bringert
2005-12-02
Make words in SLF language models upper case.
bringert
2005-11-10
Prepared for generation of finite automata in C.
bringert
2005-11-10
Moved FA and regular grammar printers to a separate module.
bringert
2005-09-14
Parametrized the type of FAs over the state type.
bringert
2005-09-14
Added Graphviz module for graphviz stuff. Move a lot of utility functions to ...
bringert
2005-09-13
Fixed makeTransitions/mapTransitions typo in PrSLF.
bringert
2005-09-12
Cleaned up some stuff while trying to find a bug. Turned out I just had not s...
bringert
2005-09-12
Used home-grown graph implementation in FiniteState, to remove dependency on ...
bringert
2005-09-12
Added printer for regular grammars. Changed some foldrs to foldls to improve ...
bringert
2005-09-12
Completed unoptimized SLF generation.
bringert
2005-09-07
Added the prerequisits for automaton building.
bringert
2005-09-02
Some baby stpes closes to ATK SLF generation.
bringert
2005-06-17
Added beginnings of ATK SLF generation.
bringert