FST
openfst-1.8.2
OpenFst Library
|
#include <cstring>
#include <memory>
#include <string>
#include <fst/flags.h>
#include <fst/log.h>
#include <fst/script/equivalent.h>
#include <fst/script/getters.h>
#include <fst/script/randequivalent.h>
Go to the source code of this file.
Functions | |
DECLARE_double (delta) | |
DECLARE_bool (random) | |
DECLARE_int32 (max_length) | |
DECLARE_int32 (npath) | |
DECLARE_uint64 (seed) | |
DECLARE_string (select) | |
int | fstequivalent_main (int argc, char **argv) |
DECLARE_bool | ( | random | ) |
DECLARE_double | ( | delta | ) |
DECLARE_int32 | ( | max_length | ) |
DECLARE_int32 | ( | npath | ) |
DECLARE_string | ( | select | ) |
DECLARE_uint64 | ( | seed | ) |
int fstequivalent_main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 37 of file fstequivalent-main.cc.