#include <fst/script/compile.h>
List of all members.
Public Member Functions |
| | FstCompileArgs (istream &istrm, const string &source, const string &dest, const string &fst_type, const fst::SymbolTable *isyms, const fst::SymbolTable *osyms, const fst::SymbolTable *ssyms, bool accep, bool ikeep, bool okeep, bool nkeep, bool allow_negative_labels=false) |
Public Attributes |
| fst::istream & | istrm |
| const string & | source |
| const string & | dest |
| const string & | fst_type |
| const fst::SymbolTable * | isyms |
| const fst::SymbolTable * | osyms |
| const fst::SymbolTable * | ssyms |
| const bool | accep |
| const bool | ikeep |
| const bool | okeep |
| const bool | nkeep |
| const bool | allow_negative_labels |
Detailed Description
Note: it is safe to pass these strings as references because this struct is only used to pass them deeper in the call graph. Be sure you understand why this is so before using this struct for anything else!
Definition at line 31 of file compile.h.
Constructor & Destructor Documentation
| fst::script::FstCompileArgs::FstCompileArgs |
( |
istream & |
istrm, |
|
|
const string & |
source, |
|
|
const string & |
dest, |
|
|
const string & |
fst_type, |
|
|
const fst::SymbolTable * |
isyms, |
|
|
const fst::SymbolTable * |
osyms, |
|
|
const fst::SymbolTable * |
ssyms, |
|
|
bool |
accep, |
|
|
bool |
ikeep, |
|
|
bool |
okeep, |
|
|
bool |
nkeep, |
|
|
bool |
allow_negative_labels = false | |
|
) |
| | [inline] |
Member Data Documentation
The documentation for this struct was generated from the following file:
- openfst-1.2.6/src/include/fst/script/compile.h