diff options
| author | bringert <bringert@cs.chalmers.se> | 2005-11-23 13:16:31 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2005-11-23 13:16:31 +0000 |
| commit | 68e216d7f8f1aff38e4163ab56883e4c3d4a1957 (patch) | |
| tree | 6ae2ee9a1271869376726cac04c6c1c5ad5290d7 /src | |
| parent | ce6c032c6ff8da9b8016cc3f042787c2e3606d14 (diff) | |
Added srgs_xml_prob to HelpFile.
Diffstat (limited to 'src')
| -rw-r--r-- | src/GF/Shell/HelpFile.hs | 1 | ||||
| -rw-r--r-- | src/HelpFile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/GF/Shell/HelpFile.hs b/src/GF/Shell/HelpFile.hs index 8ec2971b6..3162bd88a 100644 --- a/src/GF/Shell/HelpFile.hs +++ b/src/GF/Shell/HelpFile.hs @@ -580,6 +580,7 @@ txtHelpFile = "\n -printer=gsl Nuance GSL speech recognition grammar" ++ "\n -printer=jsgf Java Speech Grammar Format" ++ "\n -printer=srgs_xml SRGS XML format" ++ + "\n -printer=srgs_xml_prob SRGS XML format, with weights" ++ "\n -printer=slf a finite automaton in the HTK SLF format" ++ "\n -printer=slf_graphviz the same automaton as in SLF, but in Graphviz format" ++ "\n -printer=fa_graphviz a finite automaton with labelled edges" ++ diff --git a/src/HelpFile b/src/HelpFile index 09c923c3f..c446d9c2c 100644 --- a/src/HelpFile +++ b/src/HelpFile @@ -551,6 +551,7 @@ q, quit: q -printer=gsl Nuance GSL speech recognition grammar -printer=jsgf Java Speech Grammar Format -printer=srgs_xml SRGS XML format + -printer=srgs_xml_prob SRGS XML format, with weights -printer=slf a finite automaton in the HTK SLF format -printer=slf_graphviz the same automaton as in SLF, but in Graphviz format -printer=fa_graphviz a finite automaton with labelled edges |
