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
/
CFGToFiniteState.hs
Age
Commit message (
Expand
)
Author
2008-06-25
removed src for 2.9
aarne
2007-06-27
bottom-up and top-down filtering do not need fix point iteration.
bringert
2007-06-26
Oops, I had managed to remove the preprocessing step in makeSimpleRegular, wh...
bringert
2007-06-25
Some clean-up in finite-state network generation: MFA now keeps track of star...
bringert
2007-06-25
Some refactorings needed for recursion removal.
bringert
2007-06-21
Added makeSRG.
bringert
2007-06-20
Added regexps grammar printer. This is a first step towards recursion-free SRGS.
bringert
2007-03-20
Remove removeIdenticalRules, since it would get rid of alternative parse resu...
bringert
2007-03-20
Do the same initial transformations as for CFGs when generating FAs: remove c...
bringert
2007-03-20
Renamed removeEmptyCats to bottomUpFilter.
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
2007-01-03
Updated another reference to "Regular approximation of CFLs: a grammatical view"
bringert
2007-01-03
Updated reference to regular -> FA conversion.
bringert
2006-12-20
Use LCLR algorithm for eliminating left-recursion, with lambda terms in SISR ...
bringert
2006-12-17
Added still unused implementation of Moore's LCLR algorithm for left recursio...
bringert
2006-01-20
Use right start category names in si command.
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
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-04
Build SLF networks with sublattices.
bringert
2005-12-29
Fintie state networks: fixed stack overflow problem with strictness in Graph ...
bringert
2005-12-29
Finite state networks: replace some lookup tables with maps. Rewrite closure ...
bringert
2005-12-22
Some performance improvements in the FA generation.
bringert
2005-12-22
Some tracing and formatting stuff looking for the the stack overflow problem ...
bringert
2005-12-13
Added semi-working speech_input command.
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 pro...
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-12
Added printer for regular grammars. Changed some foldrs to foldls to improve ...
bringert
2005-09-12
Completed unoptimized SLF generation.
bringert