Commit Graph

159 Commits

Author SHA1 Message Date
krasimir
c0d22bec2d split the Exp type to Tree and Expr 2008-06-19 12:48:29 +00:00
aarne
0442d67e8c system command pipes (sp) 2008-06-18 16:26:12 +00:00
aarne
8201f59aeb term macro help 2008-06-18 09:14:31 +00:00
aarne
b37db6c880 macros for commands (dc) and terms (dt) 2008-06-18 07:22:30 +00:00
aarne
9c30d94c28 fixed command abbreviations in GFI 2008-06-17 12:34:02 +00:00
bjorn
b2cb675317 Remove "srgs" output format name, use "srgs_xml" instead. 2008-06-17 12:30:19 +00:00
bjorn
dacf248160 Refactor grammar export code. 2008-06-17 12:29:11 +00:00
bjorn
fe6255bf2e Got GSL generation working. 2008-06-17 12:06:27 +00:00
bjorn
775761a885 Added old GF.Specch.PrGSL back in (still unchanged). 2008-06-17 11:58:51 +00:00
aarne
937df7382a moved commands pf and af to options of pg and wf, respectively 2008-06-16 20:36:10 +00:00
bjorn
f117eb95c3 Handled renaming external SRG categories centrally. 2008-06-16 16:44:33 +00:00
bjorn
c57218d9ba Added --sisr option for including SISR tags in generated SRGs. 2008-06-16 16:12:17 +00:00
bjorn
395dd70f58 Fix handling of external categories in SRG generation. 2008-06-16 15:49:17 +00:00
aarne
361c6cb096 new languages in resource Make; moved GF-specific stuff from Quiz 2008-06-16 11:15:38 +00:00
aarne
4be8e59c1c documentation of commands; restriction options to generation 2008-06-15 21:36:41 +00:00
aarne
88a09c4b7e Thai in 1.4 2008-06-15 19:40:53 +00:00
aarne
3c5346f049 converted Hindi to the revised encoding 2008-06-15 15:55:49 +00:00
aarne
caa0e37c56 commands for displaying transliteration tables 2008-06-15 15:24:11 +00:00
aarne
15c9fada0a UTF3 coding as ps command options, also -bind 2008-06-15 13:25:22 +00:00
krasimir
a3c6fef6ae fix the command line parser 2008-06-15 09:21:59 +00:00
aarne
096c42540e some more command options and documentation 2008-06-14 15:48:52 +00:00
aarne
dbfe4c94e4 added syntax and examples fields to command help 2008-06-14 10:02:40 +00:00
aarne
93122ed338 added translation and mophology quizzes 2008-06-14 08:51:13 +00:00
aarne
60a68c5f3d arabic in 1.4 - something makes compilation get stuck 2008-06-13 20:40:50 +00:00
aarne
85606ec32b make with test trees 2008-06-13 12:49:54 +00:00
aarne
561fe9a6f8 file name as option in commands 2008-06-12 21:04:16 +00:00
bjorn
6ba502589f Get JSGF generation to compile. Still untested. 2008-06-12 18:39:02 +00:00
bjorn
a6b8857e09 Add GF.Speech.SRG.isExternalCat 2008-06-12 18:35:25 +00:00
bjorn
f480dd3403 Rename GF.Speech.SRGS to GF.Speech.SRGS_XML 2008-06-12 18:24:26 +00:00
bjorn
3c2e1a15ba Added unmodified GF.Speech.PrJSGF back in. 2008-06-12 18:19:45 +00:00
bjorn
f231a75b87 Exclude literal categories from generated VoiceXML. 2008-06-12 18:12:43 +00:00
aarne
e783a894bf added command ps -stringop, with stringop being (un)lexer defined in Lexing 2008-06-12 14:36:03 +00:00
krasimir
43f8ec9228 fix the tree extractor in the incremental parser to check for cyclic charts and coercion rules. 2008-06-12 13:34:47 +00:00
krasimir
8f8709b9fa add generation of erasing PMCFG grammars 2008-06-12 13:11:38 +00:00
aarne
9de5012d76 treating Int as PredefAbs.Int in lookup 2008-06-12 13:11:18 +00:00
krasimir
67c43b8251 use import System.Cmd instead of import System. It is in the process package and we already depend on it. 2008-06-11 14:00:04 +00:00
aarne
9a8295c98d restored the read_file command ; filename must be in quotes (to be fixed?) 2008-06-11 13:18:09 +00:00
aarne
4681aaa11c system command (!) in gf3 shell 2008-06-11 12:20:42 +00:00
aarne
2c0229f65c allow spaces between command options; option -treebank in linearize 2008-06-11 09:20:26 +00:00
aarne
59aff851a7 preliminary version of morpho analysis 2008-06-10 16:00:42 +00:00
krasimir
a9ad4dbba6 force the interpreter to flush the output. usefull for the testsuite 2008-06-08 10:35:19 +00:00
aarne
fd6f37032c sorting command list in Commands 2008-06-08 19:27:20 +00:00
krasimir
ce06bd457e longname, synopsis and explanation for all commands 2008-06-05 20:48:24 +00:00
kr.angelov
83cededff9 file name completion for command i 2008-06-05 12:12:44 +00:00
kr.angelov
d970ed5224 fix the error checking in the word completion 2008-06-05 12:00:51 +00:00
kr.angelov
3e15333c41 describe cc,e,ph,q and i in Commands also. Allows word completion 2008-06-05 11:50:24 +00:00
kr.angelov
0841f73b83 remove the wc command 2008-06-05 11:34:29 +00:00
kr.angelov
e54e17e43b complete word completion in the shell. works for commands, flags, options, abstract syntax identifiers and NL strings 2008-06-05 11:29:08 +00:00
kr.angelov
e94a57e37b in initState report the error strictly. This allows to catch it easily 2008-06-05 11:26:48 +00:00
kr.angelov
09768534aa lookParser already returns Nothing if there is no parser. Don't generate error 2008-06-05 11:18:59 +00:00