forked from GitHub/gf-core
Document non-recursive SRGS.
This commit is contained in:
@@ -14,6 +14,13 @@ Changes in functionality since May 17, 2005, release of GF Version 2.2
|
||||
|
||||
<p>
|
||||
|
||||
25/6 (BB)
|
||||
Added new speech recognition grammar printers for non-recursive SRGS grammars,
|
||||
as used by Nuance Recognizer 9.0. Try <tt>pg -printer=srgs_xml_non_rec</tt>
|
||||
or <tt>pg -printer=srgs_abnf_non_rec</tt>.
|
||||
|
||||
<p>
|
||||
|
||||
19/6 (AR)
|
||||
Extended the functor syntax (<tt>with</tt> modules) so that the functor can have
|
||||
restricted import and a module body (whose function is normally to complete restricted
|
||||
|
||||
@@ -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" ++
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user