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
/
Graph.hs
Age
Commit message (
Collapse
)
Author
2008-11-27
Move Graph, Relation and Graphviz modules from GF.Speech to GF.Data.
bjorn
2008-06-25
changed names of resource-1.3; added a note on homepage on release
aarne
2008-06-25
removed src for 2.9
aarne
2006-12-15
Towards smaller SRGs when lots of variants are used.
bringert
2006-01-05
Generate monolithic FAs by expanding an MFA.
bringert
2006-01-05
Remove unused sub-networks when generating multiple FAs.
bringert
2006-01-05
Remove more unneccessary nodes in SLF networks.
bringert
2006-01-05
Refactored Graph module. Remove some unneccessary states in slf networks.
bringert
2005-12-29
Fintie state networks: fixed stack overflow problem with strictness in Graph ↵
bringert
and FiniteState. Some clean-up and smaller performance fixes.
2005-12-29
Finite state network generation: reimplemented getOutgoing using Data.Map to ↵
bringert
improve performance of minimize with large networks.
2005-12-22
Some performance improvements in the FA generation.
bringert
2005-11-10
Prepared for generation of finite automata in C.
bringert
2005-10-26
Moved Graph and Relation stuff to separate modules. Added some QuickCheck ↵
bringert
properties for Relation. Improved relation datastructure and algorithms, making FA generation much faster.