summaryrefslogtreecommitdiff
path: root/src/GF/Shell
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2006-12-21 15:00:30 +0000
committerbringert <bringert@cs.chalmers.se>2006-12-21 15:00:30 +0000
commit51df5b8a8d562a3ac4b280b37e7ab04279e22d04 (patch)
tree3f1bc22a7a25ed086939be92becd49b4f976f198 /src/GF/Shell
parented46bb13647a387291340a8ee40cc61a0cb8db4d (diff)
Added voicexml,javascript,jsgf+sisr to gf-history and helpfile.
Diffstat (limited to 'src/GF/Shell')
-rw-r--r--src/GF/Shell/HelpFile.hs15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/GF/Shell/HelpFile.hs b/src/GF/Shell/HelpFile.hs
index b3f8905fd..7b1cda166 100644
--- a/src/GF/Shell/HelpFile.hs
+++ b/src/GF/Shell/HelpFile.hs
@@ -652,10 +652,12 @@ txtHelpFile =
"\n -printer=probs show probabilities of all functions" ++
"\n -printer=gsl Nuance GSL speech recognition grammar" ++
"\n -printer=jsgf Java Speech Grammar Format" ++
+ "\n -printer=jsgf_sisr_old Java Speech Grammar Format with semantic tags in " ++
+ "\n SISR WD 20030401 format" ++
"\n -printer=srgs_xml SRGS XML format" ++
"\n -printer=srgs_xml_prob SRGS XML format, with weights" ++
- "\n -printer=srgs_xml_ms_sem SRGS XML format, with semantic tags for the" ++
- "\n Microsoft Speech API." ++
+ "\n -printer=srgs_xml_sisr_old SRGS XML format, with semantic tags in" ++
+ "\n SISR WD 20030401 format" ++
"\n -printer=vxml Generate a dialogue system in VoiceXML." ++
"\n -printer=slf a finite automaton in the HTK SLF format" ++
"\n -printer=slf_graphviz the same automaton as slf, but in Graphviz format" ++
@@ -669,13 +671,14 @@ txtHelpFile =
"\n -printer=functiongraph abstract syntax functions in 'dot' format" ++
"\n -printer=typegraph abstract syntax categories in 'dot' format" ++
"\n -printer=transfer Transfer language datatype (.tr file format)" ++
+ "\n -printer=cfg-prolog M cfg in prolog format (also pg)" ++
+ "\n -printer=gfc-prolog M gfc in prolog format (also pg)" ++
"\n -printer=gfcm M gfcm file (default for pm)" ++
- "\n -printer=header M gfcm file with header (for GF embedded in Java)" ++
"\n -printer=graph M module dependency graph in 'dot' (graphviz) format" ++
- "\n -printer=missing M the missing linearizations of each concrete" ++
- "\n -printer=gfc-prolog M gfc in prolog format (also pg)" ++
+ "\n -printer=header M gfcm file with header (for GF embedded in Java)" ++
+ "\n -printer=js M JavaScript type annotator and linearizer" ++
"\n -printer=mcfg-prolog M mcfg in prolog format (also pg)" ++
- "\n -printer=cfg-prolog M cfg in prolog format (also pg)" ++
+ "\n -printer=missing M the missing linearizations of each concrete" ++
"\n" ++
"\n-startcat, like -cat, but used in grammars (to avoid clash with keyword cat)" ++
"\n" ++