swirec_fsm_grammar
                                                    Specifies a finite state machine (fsm) used by a speech grammar.
| 
                                                                     Value  | 
                                                                
                                                                     A file name  | 
                                                            
| 
                                                                     Default  | 
                                                                
                                                                     (empty)  | 
                                                            
| 
                                                                     How to set  | 
                                                                
                                                                     In a robust parsing grammar using a <meta> tag. See the text on compilation-time parameters in Parameters set in grammar files.  | 
                                                            
| 
                                                                     Usage  | 
                                                                
                                                                     Relevant when working with language models. Occasionally used as an alternative to swirec_first_pass_grammar for training a robust parsing grammar.  | 
                                                            
The fsm is previously created when training a Statistical Language Model (SLM).
For details and an example showing this parameter with a robust parsing grammar, see Robust parsing grammars.
This parameter is ignored when it appears in an n-gram grammar.
<meta name="swirec_fsm_grammar" content="MyN-gram.fsm"/>
Related parameters