FST
openfst-1.8.4
OpenFst Library
|
#include <cstring>
#include <memory>
#include <string>
#include <fst/flags.h>
#include <fst/log.h>
#include <fst/randgen.h>
#include <fst/script/fst-class.h>
#include <fst/script/getters.h>
#include <fst/script/randgen.h>
#include <fst/script/script-impl.h>
Go to the source code of this file.
Functions | |
DECLARE_int32 (max_length) | |
DECLARE_int32 (npath) | |
DECLARE_uint64 (seed) | |
DECLARE_string (select) | |
DECLARE_bool (weighted) | |
DECLARE_bool (remove_total_weight) | |
int | fstrandgen_main (int argc, char **argv) |
DECLARE_bool | ( | weighted | ) |
DECLARE_bool | ( | remove_total_weight | ) |
DECLARE_int32 | ( | max_length | ) |
DECLARE_int32 | ( | npath | ) |
DECLARE_string | ( | select | ) |
DECLARE_uint64 | ( | seed | ) |
int fstrandgen_main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 39 of file fstrandgen-main.cc.