FST
openfst-1.7.1
OpenFst Library
Main Page
Namespaces
Classes
Files
File List
File Members
src
fst
openfst-1.7.1
src
bin
fstreverse.cc
Go to the documentation of this file.
1
// See www.openfst.org for extensive documentation on this weighted
2
// finite-state transducer library.
3
4
#include <
fst/flags.h
>
5
6
DEFINE_bool
(require_superinitial,
true
,
"Always create a superinitial state"
);
7
8
int
fstreverse_main
(
int
argc,
char
**argv);
9
10
int
main
(
int
argc,
char
**argv) {
return
fstreverse_main
(argc, argv); }
fstreverse_main
int fstreverse_main(int argc, char **argv)
Definition:
fstreverse-main.cc:17
main
int main(int argc, char **argv)
Definition:
fstreverse.cc:10
DEFINE_bool
DEFINE_bool(require_superinitial, true,"Always create a superinitial state")
flags.h
Generated by
1.8.11