summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-01-05VoiceXML printer no takes Options and StateGrammar, like SRG printers do.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-04Commented out callbacks stuff in VoiceXML generation. It was not the right ↵bringert
thing to have.
2007-01-04SISR: top categories do not need the Cat_field field.bringert
2007-01-03SRG: when making top-level categories, handle value categories introduced by ↵bringert
-conversion=finite.
2007-01-03SISR: constants from conversion=finite now produce abstract syntax nodes ↵bringert
instead of strings.
2007-01-03Updated another reference to "Regular approximation of CFLs: a grammatical view"bringert
2007-01-03VoiceXML: when checking the callbacks, use typeof to avoid errors with Opera ↵bringert
9.10.
2007-01-03Updated reference to regular -> FA conversion.bringert
2006-12-28Use printname to make VoiceXML prompts.bringert
2006-12-28thainum scriptaarne
2006-12-28corrections in thai numeralsaarne
2006-12-28more thai transliteration; numeral thai grammarsaarne
2006-12-27update release procedule; start Thai transliterationaarne
2006-12-22fixing examples and their docaarne
2006-12-22documented Combinatorsaarne
2006-12-22Added gfcc2c to GF repo.bringert
2006-12-21Meta variables are now treated as functions with name ? in SISR, VoiceXML ↵bringert
and JavaScript linearization. VoiceXML now returns the partial result when update() is false.
2006-12-21Added voicexml,javascript,jsgf+sisr to gf-history and helpfile.bringert
2006-12-21length test in overloadaarne
2006-12-21overload rules and their documentationaarne
2006-12-21Generate JavaScript type annotator. Use lindef in JavaScript.bringert
2006-12-20Fixed (final?) two bugs in the SISR generation.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-20Make smaller SISR code for tokens.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-17Some clean-up in GF/Speech/TransformCFG.hsbringert
2006-12-19overload resolution with value type, for experimentaarne
2006-12-19partial application in overload resolution, with priority for full appaarne
2006-12-19gfcc with lindef (_dCat)aarne
2006-12-18Koji's bug fixedaarne
2006-12-17debugging AbsComputeaarne
2006-12-17Many fixes to JSGF format (never tested before). Implemented JSGF+SISR. Left ↵bringert
recursion removal destroys SISR, must be fixed.
2006-12-16VoiceXML: add _cat and _field to category names, to avoid clashing with ↵bringert
javascript built-ins. removed debugging stuff to make maintenance easier. SRGS: changed cate and field names to match the VoiceXML change.
2006-12-15key book entryaarne
2006-12-15Towards smaller SRGs when lots of variants are used.bringert
2006-12-15Include update function in generated VoiceXML. Generated linearization ↵bringert
javaScript now uses the same abstract syntax representation as SISR.
2006-12-15Added NOINLINE pragma to Today.hs, to avoid forcing recompilation of modules ↵bringert
that depend on GF.Today.
2006-12-12Use ebnf srg generation in PrSRGS.bringert
2006-12-12Moved profile stuff to GF.Speech.SRG, to allow other SRG formats to include ↵bringert
SISR.
2006-12-15Updated version numbers.aarne
2006-12-12fixed some bib entriesaarne
2006-12-12SRGS generation: don't include debug script stuff if debugging is disabled. ↵bringert
Place category comments better.
2006-12-11SRGS+SISR: put tags after items.bringert