summaryrefslogtreecommitdiff
path: root/src/GF/Speech/PrJSGF.hs
AgeCommit message (Collapse)Author
2008-06-25removed src for 2.9aarne
2007-06-27Use shorter lines and paragraph-filling in SRGS, JSGF and GSL printing.bringert
2007-06-27Limit GSL/JSGF/SRGS ABNF grammar line width to 80.bringert
2007-06-26Fewer redundant parantheses in JSGF and SRGS ABNF.bringert
2007-06-21SRG always has RE rhs.bringert
2007-01-21Use _cat category as root in SRGS ABNF and JSGF. SRGS XML already did this.bringert
2007-01-21Get speechLanguage flag from both command-line and grammar. Reformat it to ↵bringert
RFC3066 format (- instead of _) and use it in SRGS, VoiceXML and JSGF.
2007-01-07Use ENBF to generate SRGS.bringert
2007-01-07Generate more compact JSGF by converting to ENBF.bringert
2007-01-05Changed all SRG printer to take Options and StateGrammar arguments. This ↵bringert
makes Custom a lot cleaner.
2007-01-05Change input to the different SRG printers to be StateGrammar instead of ↵bringert
CGrammar. This to allow looking at the types in SISR, and to reduce the number of argument passed from Custom.
2007-01-04SISR: top categories do not need the Cat_field field.bringert
2006-12-20More JSGF pretty-printing.bringert
2006-12-20JSGF pretty printing tweaks.bringert
2006-12-20Use HughesPJ pretty printer to make JSGF output look nicer.bringert
2006-12-20Removed tracing from PrJSGF.bringert
2006-12-20Use LCLR algorithm for eliminating left-recursion, with lambda terms in SISR ↵bringert
for getting trees right.
2006-12-17Added still unused implementation of Moore's LCLR algorithm for left ↵bringert
recursion elimination. Fixed top category generation for SRG (included LR-elimination-added categories before).
2006-12-17Use [] in JSGF printing.bringert
2006-12-17Many fixes to JSGF format (never tested before). Implemented JSGF+SISR. Left ↵bringert
recursion removal destroys SISR, must be fixed.
2006-12-15Towards smaller SRGs when lots of variants are used.bringert
2006-12-12Moved profile stuff to GF.Speech.SRG, to allow other SRG formats to include ↵bringert
SISR.
2006-04-18Look at both command-line and grammar startcat falgs in pg commands.bringert
2006-02-01First version of SRGS with semantic tags.bringert
2005-11-01Documented SRGS XML generation. Started working on support for probabilities ↵bringert
in SRG generation. Added support for probabilities in for SRGS.
2005-09-14Added Graphviz module for graphviz stuff. Move a lot of utility functions to ↵bringert
GF.Data.Utilities.
2005-09-07Added the prerequisits for automaton building.bringert
2005-06-17Added beginnings of ATK SLF generation.bringert
2005-04-21Fixed module names and imports after giant file move.bringert
2005-04-15Removed 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-22Added export list to TransformCFG and removed obsolete headers from other ↵bringert
speech files.
2005-02-18"Committed_by_peb"peb
2005-02-04"Committed_by_peb"peb
2004-10-01Generalized Speech Recognition Grammar generation. Added JSGF grammar printer.bringert