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
Age
Commit message (
Expand
)
Author
2006-04-13
Fixed left recursion removal to not create cyclic rules.
bringert
2006-04-13
Removed cycles when building SRGs, to avoid getting left-recursive grammars.
bringert
2006-04-13
generate unique new category names when removing left recursion from cfgs.
bringert
2006-04-13
Fixed bug in SRG top-down filtering where the start category would be removed...
bringert
2006-04-13
Added top-down filtering to the GSL printer.
bringert
2006-04-12
The SLF removeTrivialEmptyNodes optimization could orphan the final node. Fix...
bringert
2006-03-31
In GSL generation: remove punctuation before LR analysis.
bringert
2006-03-31
Added colon to the list of punctuation chars in GSL generation.
bringert
2006-03-20
Replaced all used of Data.FiniteMap with Data.Map.
bringert
2006-03-03
SRGS generation: use XML module escape mechanism. Added beginnings of a not y...
bringert
2006-03-03
Towards a working VoiceXML generator.
bringert
2006-02-06
VoiceXML generation: fixed threading of existing values through subdialog calls.
bringert
2006-02-03
Moved general XML stuff to GF.Data.XML. Started working on VoiceXML generation.
bringert
2006-02-01
SRGS: add top-level rules for each GF category.
bringert
2006-02-01
Include GF version and compile date in SRGS meta creator tag.
bringert
2006-02-01
SRGS semantic results for list categories is now an array.
bringert
2006-02-01
First version of SRGS with semantic tags.
bringert
2006-02-01
Escape backslashes and double quotes in SRGS attribute values.
bringert
2006-02-01
Set xml:lang in SRGS grammars to the value of the language flag.
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
Fixed-point iterate unneccessary node removeal.
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
Remove more unneccessary nodes in SLF networks.
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-29
Finite state networks: more strictness. alternative (still unused) implementa...
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-29
Finite state minimization: improved performance by using Set State instead of...
bringert
2005-12-29
Finite state network generation: reimplemented getOutgoing using Data.Map to ...
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-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-11-01
Documented SRGS XML generation. Started working on support for probabilities ...
bringert
2005-10-31
Added SRGS XML grammar printer.
bringert
2005-10-27
Reduced complexity of reachable in FA determinization.
bringert
2005-10-26
Made removeIdenticalRules faster by using sortNubBy instead of nubBy.
bringert
2005-10-26
Removed superfluous Debug.Trace import from SRG.hs.
bringert
2005-10-26
Moved Graph and Relation stuff to separate modules. Added some QuickCheck pro...
bringert
[prev]
[next]