FST
openfst-1.8.2
OpenFst Library
|
#include <cstring>
#include <memory>
#include <string>
#include <fst/flags.h>
#include <fst/script/determinize.h>
#include <fst/script/getters.h>
Go to the source code of this file.
Functions | |
DECLARE_double (delta) | |
DECLARE_string (weight) | |
DECLARE_int64 (nstate) | |
DECLARE_int64 (subsequential_label) | |
DECLARE_string (det_type) | |
DECLARE_bool (increment_subsequential_label) | |
int | fstdeterminize_main (int argc, char **argv) |
DECLARE_bool | ( | increment_subsequential_label | ) |
DECLARE_double | ( | delta | ) |
DECLARE_int64 | ( | nstate | ) |
DECLARE_int64 | ( | subsequential_label | ) |
DECLARE_string | ( | weight | ) |
DECLARE_string | ( | det_type | ) |
int fstdeterminize_main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 35 of file fstdeterminize-main.cc.