1
0
forked from GitHub/gf-core
Commit Graph

126 Commits

Author SHA1 Message Date
aarne
745f6ac83f restored CanonToGFCC as a wrapper of GFCC generation 2007-12-14 07:31:53 +00:00
aarne
ed5a85ce1d removed gfcc via gfc everywhere; workaround for russian in present 2007-12-13 22:05:14 +00:00
kr.angelov
873a160537 FCat is just a plain integer now 2007-10-12 16:00:37 +00:00
aarne
48623470cd gf works with the new gfcc format 2007-10-05 12:54:29 +00:00
kr.angelov
36e091d0a1 remove FCFG folder 2007-09-24 08:19:29 +00:00
aarne
74ad9aa2fd printing GSyntax with GFCC trees 2007-09-20 13:26:59 +00:00
kr_angelov
3f183ce821 GFCC to FCFG conversion 2006-12-28 16:45:57 +00:00
bringert
46c8026b9d Include startcat in generated JavaScript. 2007-09-19 08:58:39 +00:00
bringert
eb9a6f7c73 Added srgs_abnf_non_rec. 2007-06-25 16:50:00 +00:00
bringert
b086183c0f Added non-recursive SRGS printing. 2007-06-25 13:39:26 +00:00
bringert
6968004f19 Added regexps grammar printer. This is a first step towards recursion-free SRGS. 2007-06-20 16:08:23 +00:00
bringert
e4ef09f6aa Added haskell_gadt -printer. It does not include a Compos instance yet, so it's not terribly useful. 2007-05-10 13:56:41 +00:00
aarne
278a0ab45d printing abs as BNF 2007-05-10 12:51:40 +00:00
bringert
59a80fea3e Removed the srg value for pg -printer. Users should use pg -printer=srgs_abnf instead. 2007-01-21 15:10:49 +00:00
bringert
d06cd9cf06 Removed the old srg printer, which produced SRGS ABNF. 2007-01-19 17:09:20 +00:00
bringert
cae872e75a Added SRGS ABNF generation. 2007-01-19 17:04:32 +00:00
bringert
76b852f510 VoiceXML printer no takes Options and StateGrammar, like SRG printers do. 2007-01-05 15:47:53 +00:00
bringert
6ee7296f9d Changed all SRG printer to take Options and StateGrammar arguments. This makes Custom a lot cleaner. 2007-01-05 15:38:47 +00:00
bringert
741dde5a2a Change input to the different SRG printers to be StateGrammar instead of CGrammar. This to allow looking at the types in SISR, and to reduce the number of argument passed from Custom. 2007-01-05 14:34:20 +00:00
bringert
475d535651 Use printname to make VoiceXML prompts. 2006-12-28 17:12:40 +00:00
bringert
44af93a9c9 Many fixes to JSGF format (never tested before). Implemented JSGF+SISR. Left recursion removal destroys SISR, must be fixed. 2006-12-17 13:17:17 +00:00
bringert
215bf61115 Towards smaller SRGs when lots of variants are used. 2006-12-15 16:09:58 +00:00
bringert
a4b0496378 Changed SRGS SISR printing to be closer to the current working draft standard, as supported by the WebSphere implementation (and thus Opera). 2006-12-08 19:53:44 +00:00
bringert
ba13ff08d2 Added the beginnings of GFCC to JavaScript conversion. 2006-11-30 22:50:25 +00:00
aarne
f9cc79eba6 slight change in gfcc syntax and evaluation 2006-10-07 14:08:58 +00:00
aarne
2f284deb1c gfcc.txt almost ready 2006-10-02 19:16:38 +00:00
aarne
7ea135378f FCFG format in BNFC 2006-09-19 12:59:33 +00:00
aarne
8484cfab1b starting GFCC format 2006-09-05 12:14:13 +00:00
aarne
402a113b56 made -fcfg default parser; added lexer textvars 2006-06-20 08:38:44 +00:00
peb
4009b46358 new conversion MCFG -> FCFG, new grammar printers for FCFG 2006-06-07 16:06:49 +00:00
peb
3ddb066a55 added -fcgf grammar printer 2006-06-02 10:44:41 +00:00
bringert
ccd5189766 Use quest_Cat to generate questions in the VoiceXML printer. 2006-04-19 09:03:19 +00:00
bringert
a663a046ed Look at both command-line and grammar startcat falgs in pg commands. 2006-04-18 12:42:20 +00:00
bringert
293a0eb988 Added -startcat flag to the pg command. 2006-04-13 13:32:58 +00:00
aarne
5d772cbfa2 MatchTerm: testing conditions on terms, e.g. nodup 2006-03-16 21:26:22 +00:00
bringert
9bae44c37d Moved general XML stuff to GF.Data.XML. Started working on VoiceXML generation. 2006-02-03 18:43:06 +00:00
bringert
fd0dfd7d4d First version of SRGS with semantic tags. 2006-02-01 16:23:14 +00:00
bringert
d4d89c72f3 Use cat and language in ATK si. Support language switching with ATK. 2006-01-17 02:13:57 +00:00
bringert
7faaa9772b Added monolithic SLF builind back in. 2006-01-05 19:34:12 +00:00
bringert
3564aa406b Added GrammarToTransfer. It works, except that the constructor types are missing Tree here and there. 2005-11-29 12:22:40 +00:00
aarne
524c4829f9 nondeterministic lexer, e.g. subseqs 2005-11-17 23:17:42 +00:00
peb
01c9d9ebf2 "Committed_by_peb" 2005-11-16 09:21:21 +00:00
bringert
136728e336 Prepared for generation of finite automata in C. 2005-11-10 15:43:44 +00:00
bringert
5ae8cdc3d0 Moved FA and regular grammar printers to a separate module. 2005-11-10 13:19:33 +00:00
aarne
aa3ba333d8 preparing for new ShellState 2005-11-09 14:14:30 +00:00
bringert
928c84b36c Documented SRGS XML generation. Started working on support for probabilities in SRG generation. Added support for probabilities in for SRGS. 2005-11-01 19:09:04 +00:00
aarne
f06638cc7d probabilities in ShellState 2005-10-31 18:02:34 +00:00
bringert
94f87d8502 Added SRGS XML grammar printer. 2005-10-31 15:48:08 +00:00
aarne
7b941a4ffa gt -atoms 2005-10-12 11:38:29 +00:00
aarne
a78acc722e grep etc 2005-10-05 19:02:19 +00:00