| Age | Commit message (Collapse) | Author |
|
from deprecated
|
|
|
|
|
|
|
|
|
|
module update
|
|
|
|
|
|
|
|
Profiling the compilation of the OALD lexicon showed that 90-95% of the time was spent in topoSort. The old implementation was quadratic. Replaced this with O(E + V) implementation, in GF.Data.Relation. This gave a 10x speed-up (~ 25 sec instead of ~270 sec) for compiling ParseEng and OaldEng.
|
|
|
|
60% of the CPU time when reading a large .gfo file. Replacing BinTree by Data.Map reduced this to about 6%, which meant about 50% reduction in total CPU time.
|
|
|
|
|
|
|
|
GF-embed does not have to include GF.Data.Operations.
|
|
|
|
|
|
GF.Data.Compos module which is imported by the code generated by haskell_gadt.
|
|
|
|
|
|
RFC3066 format (- instead of _) and use it in SRGS, VoiceXML and JSGF.
|
|
empty shorthand.
|
|
CGrammar. This to allow looking at the types in SISR, and to reduce the number of argument passed from Custom.
|
|
|
|
standard, as supported by the WebSphere implementation (and thus Opera).
|
|
|
|
|
|
|
|
|
|
change all latin-1 characters in haskell code to escapes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in SRG generation. Added support for probabilities in for SRGS.
|
|
|
|
|
|
|
|
GF.Data.Utilities.
|
|
|
|
|
|
|