1
0
forked from GitHub/gf-core

Added SRGS ABNF printers to HelpFile.

This commit is contained in:
bringert
2007-01-21 15:12:34 +00:00
parent 59a80fea3e
commit 95d3fb5818
2 changed files with 6 additions and 1 deletions

View File

@@ -641,7 +641,6 @@ txtHelpFile =
"\n -printer=lbnf labelled context-free grammar for BNF Converter" ++
"\n -printer=plbnf grammar for BNF Converter, with precedence levels" ++
"\n *-printer=happy source file for Happy parser generator (use lbnf!)" ++
"\n -printer=srg speech recognition grammar" ++
"\n -printer=haskell abstract syntax in Haskell, with transl to/from GF" ++
"\n -printer=morpho full-form lexicon, long format" ++
"\n *-printer=latex LaTeX file (for the tg command)" ++
@@ -654,6 +653,9 @@ txtHelpFile =
"\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_abnf SRGS ABNF format" ++
"\n -printer=srgs_abnf_sisr_old SRGS ABNF 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_sisr_old SRGS XML format, with semantic tags in" ++

View File

@@ -624,6 +624,9 @@ q, quit: q
-printer=jsgf Java Speech Grammar Format
-printer=jsgf_sisr_old Java Speech Grammar Format with semantic tags in
SISR WD 20030401 format
-printer=srgs_abnf SRGS ABNF format
-printer=srgs_abnf_sisr_old SRGS ABNF format, with semantic tags in
SISR WD 20030401 format
-printer=srgs_xml SRGS XML format
-printer=srgs_xml_prob SRGS XML format, with weights
-printer=srgs_xml_sisr_old SRGS XML format, with semantic tags in