summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2007-06-25 16:49:36 +0000
committerbringert <bringert@cs.chalmers.se>2007-06-25 16:49:36 +0000
commitb17e74bca5b24af410deaf68941ed37d5bfb5e92 (patch)
tree50d1a4eb12d1b8a9fa2b13ef8281ba56e18f3ff2 /src
parent862c780f78ae6d3b4495b56a2070d1ec1ff25e5c (diff)
Document non-recursive SRGS.
Diffstat (limited to 'src')
-rw-r--r--src/GF/Shell/HelpFile.hs2
-rw-r--r--src/HelpFile2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/GF/Shell/HelpFile.hs b/src/GF/Shell/HelpFile.hs
index e577d5b46..66de7a5ab 100644
--- a/src/GF/Shell/HelpFile.hs
+++ b/src/GF/Shell/HelpFile.hs
@@ -657,9 +657,11 @@ txtHelpFile =
"\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_non_rec SRGS ABNF format, without any recursion." ++
"\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_non_rec SRGS XML format, without any recursion." ++
"\n -printer=srgs_xml_prob SRGS XML format, with weights" ++
"\n -printer=srgs_xml_sisr_old SRGS XML format, with semantic tags in" ++
"\n SISR WD 20030401 format" ++
diff --git a/src/HelpFile b/src/HelpFile
index 999b26382..c6b38b313 100644
--- a/src/HelpFile
+++ b/src/HelpFile
@@ -628,9 +628,11 @@ q, quit: q
-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_non_rec SRGS ABNF format, without any recursion.
-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_non_rec SRGS XML format, without any recursion.
-printer=srgs_xml_prob SRGS XML format, with weights
-printer=srgs_xml_sisr_old SRGS XML format, with semantic tags in
SISR WD 20030401 format