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