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
/
SRG.hs
Age
Commit message (
Expand
)
Author
2009-12-13
reorganize the directories under src, and rescue the JavaScript interpreter f...
krasimir
2009-09-11
polish the PGF API and make Expr and Type abstract types. Tree is a type syno...
krasimir
2009-03-13
remove the obsolete GF.Infra.PrintClass
krasimir
2008-11-27
Move Graph, Relation and Graphviz modules from GF.Speech to GF.Data.
bjorn
2008-11-09
SRG generation: renameCats now gives new names to all cates used in the gramm...
bjorn
2008-09-30
Added --cfg option for specifying which CFG transformations to use. Added sta...
bjorn
2008-09-30
Use filtering in regular printer.
bjorn
2008-09-30
SRG conversion: print CFG when a unknown cat is found in renameCats. Do filte...
bjorn
2008-09-26
Added semantic interpretation tag printing to the *bnf grammar printers.
bjorn
2008-09-26
Use ebnf format for "regular" output-format.
bjorn
2008-09-26
Changed nolr printer to use EBNF format.
bjorn
2008-09-26
ebnf printer: print external cats first.
bjorn
2008-09-26
bnf and ebnf printer: align ::= symbols.
bjorn
2008-09-26
SRG category renaming: don't count the external cats when calculating indices.
bjorn
2008-09-26
Changed SRG category renaming to use GF cat + index among CFG cats for that G...
bjorn
2008-09-26
Oops, I accidentally disabled all CFG simplification and LR-removal with the ...
bjorn
2008-09-26
Added --output-format=ebnf.
bjorn
2008-09-23
Got SRGS ABNF generation to compile.
bjorn
2008-06-25
changed names of resource-1.3; added a note on homepage on release
aarne
2008-06-25
removed src for 2.9
aarne
2007-12-20
Added newlines and ends of some files. This makes sed happy.
bringert
2007-06-28
CFRules tracing.
bringert
2007-06-27
bottom-up and top-down filtering do not need fix point iteration.
bringert
2007-06-27
Refactor TransformCFG: use Map for CFRules.
bringert
2007-06-27
Print SRG stats when preprocessing grammar.
bringert
2007-06-25
Implement makeNonRecursiveSRG by conversion through MFA instead of directly t...
bringert
2007-06-25
Added non-recursive SRGS printing.
bringert
2007-06-25
Some refactorings needed for recursion removal.
bringert
2007-06-21
Added makeSRG.
bringert
2007-06-21
SRG always has RE rhs.
bringert
2007-03-24
SRG generation: merge categories with identical set of productions. The LC_LR...
bringert
2007-03-24
Better debugging output when SRG generation crashes because of a missing cate...
bringert
2007-03-20
Remove removeIdenticalRules, since it would get rid of alternative parse resu...
bringert
2007-03-20
Do top-down and bottom-up filtering together to a fixed point.
bringert
2007-03-20
Renamed removeEmptyCats to bottomUpFilter.
bringert
2007-03-20
Removed fixed FIXMEs.
bringert
2007-03-19
Use makeSimpleSRG everywhere and remove makeSRG. Reimplemented top-down filte...
bringert
2007-01-21
Get speechLanguage flag from both command-line and grammar. Reformat it to RF...
bringert
2007-01-07
Fixed bug in SRG EBNF generation. Before it assumed that all variation came f...
bringert
2007-01-07
Generate more compact JSGF by converting to ENBF.
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
SRG: when making top-level categories, handle value categories introduced by ...
bringert
2006-12-20
Fixed (final?) two bugs in the SISR generation.
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-12-17
Many fixes to JSGF format (never tested before). Implemented JSGF+SISR. Left ...
bringert
2006-12-15
Towards smaller SRGs when lots of variants are used.
bringert
2006-12-12
Use ebnf srg generation in PrSRGS.
bringert
2006-12-12
Moved profile stuff to GF.Speech.SRG, to allow other SRG formats to include S...
bringert
[next]