summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-28model for resourceaarne
2007-02-28parsing method in EmbedAPIaarne
2007-02-24cc output as pipable stringaarne
2007-02-23cc -tableaarne
2007-02-17essential LP phrases, pron tableaarne
2007-02-16VoiceXML generation: the grammar file name should be based on the concrete ↵bringert
syntax module name rather than the abstract.
2007-02-14urduaarne
2007-02-13catalan resourceaarne
2007-02-11thai word list correctionsaarne
2007-02-11thai diphthong tableaarne
2007-01-29Handle coercion functions (_) in CFG generation for SRG.bringert
2007-01-29Removed CFConst constructor, since it was unused.bringert
2007-01-29Document CFTerm constructors.bringert
2007-01-25produce a readable word listaarne
2007-01-23No spaces after newlines in JavaScript pretty-printer.bringert
2007-01-22Rename children to args in VoiceXML/SISR/JavaScript.bringert
2007-01-21thai questions and negationsaarne
2007-01-21Use _cat category as root in SRGS ABNF and JSGF. SRGS XML already did this.bringert
2007-01-21Nicer spacing and indentation in JavaScript pretty-printer.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-21SRGS ABNF generation: semicolon after meta decls, no $NULL before initTag ↵bringert
since the standard doesn't require it, and it crashes Opera, include tag-format declaration.
2007-01-21Added SRGS ABNF printers to HelpFile.bringert
2007-01-21Removed the srg value for pg -printer. Users should use pg ↵bringert
-printer=srgs_abnf instead.
2007-01-21started thai resourceaarne
2007-01-19Removed the old srg printer, which produced SRGS ABNF.bringert
2007-01-19Don't print compile date in SRGS XML grammars.bringert
2007-01-19Added SRGS ABNF generation.bringert
2007-01-19bibliography entries in docaarne
2007-01-18VoiceXML: use block cond instead of field expr. For some reason the field ↵bringert
expr doesn't work right in Opera.
2007-01-18VoiceXML generation: cleaned out some old cruft. Use simpler names for ↵bringert
variables and fields in forms.
2007-01-18Disable help and reprompt stuff in VoiceXML generation, to make nicer ↵bringert
looking VoiceXML. They didn't really add much anyway, since there is no help generation yet.
2007-01-11fix in etaexpand optimizationaarne
2007-01-10a slight optimization in eta expandaarne
2007-01-10semantics of variantsaarne
2007-01-09thai phrasebook example startedaarne
2007-01-08Sort rules in CFGM files by category and function.bringert
2007-01-08some changes in Thai codingaarne
2007-01-08thai pronunciation better nowaarne
2007-01-07Use ENBF to generate SRGS.bringert
2007-01-07Added ETag constructor to GF.Data.XML.XML since not all tags can use the ↵bringert
empty shorthand.
2007-01-07Added test/ directory, and a test grammar for the SRG EBNF generation.bringert
2007-01-07Fixed bug in SRG EBNF generation. Before it assumed that all variation came ↵bringert
from variants, and overgenerated if this was not true.
2007-01-07thai pron heuristic (not finished)aarne
2007-01-07Generate more compact JSGF by converting to ENBF.bringert
2007-01-07VoiceXML generation: catch up with children array in SISR.bringert
2007-01-07Added unused simple VoiceXML generation. It won't work in Opera because of ↵bringert
the lack of subdialog srcexpr attribute support.
2007-01-07JavaSscript and SISR abstract syntax now uses an array for the node ↵bringert
children, instead of cheesy argN fields.
2007-01-05SISR code now type annotates meta variables directly in grammar, to avoid a ↵bringert
separate type annotation step.
2007-01-05Use the GFCC type from DataGFCC when building VoiceXML.bringert
2007-01-05Use GFCC to build VoiceXML.bringert