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
/
PrGSL.hs
Age
Commit message (
Expand
)
Author
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-27
Use shorter lines and paragraph-filling in SRGS, JSGF and GSL printing.
bringert
2007-06-27
Limit GSL/JSGF/SRGS ABNF grammar line width to 80.
bringert
2007-06-21
SRG always has RE rhs.
bringert
2007-03-27
Nicer formatting of generated GSL.
bringert
2007-03-26
Use EBNF compaction for GSL.
bringert
2007-03-19
Use makeSimpleSRG everywhere and remove makeSRG. Reimplemented top-down filte...
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
2006-12-12
Moved profile stuff to GF.Speech.SRG, to allow other SRG formats to include S...
bringert
2006-04-18
Look at both command-line and grammar startcat falgs in pg commands.
bringert
2006-04-13
Added top-down filtering to the GSL printer.
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-02-01
First version of SRGS with semantic tags.
bringert
2005-11-01
Documented SRGS XML generation. Started working on support for probabilities ...
bringert
2005-09-14
Added Graphviz module for graphviz stuff. Move a lot of utility functions to ...
bringert
2005-09-07
Added the prerequisits for automaton building.
bringert
2005-06-17
Added beginnings of ATK SLF generation.
bringert
2005-04-21
Fixed module names and imports after giant file move.
bringert
2005-04-15
Removed some dead code from gsl and cfgm generation.
bringert
2005-04-14
"Committed_by_peb"
peb
2005-04-11
"Committed_by_peb"
peb
2005-03-21
"Committed_by_peb"
peb
2005-03-21
"Committed_by_peb"
peb
2005-03-21
"Committed_by_peb"
peb
2005-03-18
"Committed_by_peb"
peb
2005-02-18
"Committed_by_peb"
peb
2005-02-07
Convert tokens to lower case when printing GSL.
bringert
2005-02-04
"Committed_by_peb"
peb
2005-01-28
Make first letter in GSL category names upper case.
bringert
2004-10-19
Remove more punctuation characters when printing GSL grammars
bringert
2004-10-01
Generalized Speech Recognition Grammar generation. Added JSGF grammar printer.
bringert
2004-09-15
Use .MAIN for the start category.
bringert
2004-09-14
Use grammar name as gsl category name prefix. Put some grammar info in GSL co...
bringert
2004-09-14
gsl printer now figures out startcat from grammar flags
bringert
2004-09-14
Added GSL speech recognition grammar generation.
bringert