| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
module update
|
|
|
|
|
|
-dump-source. implemented -dump-opt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
abstract syntax. Still not in use
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Slovak, Hungarian, Slovene, Bosnian, Croatian, Serbian, Romanian and Albanian
|
|
work for syncategorematic words yet
|
|
|
|
|
|
|
|
|
|
matching in grammar compilation
|
|
record patterns
|
|
|
|
|
|
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.
|