FST
openfst-1.8.2
OpenFst Library
|
#include <cstring>
#include <memory>
#include <string>
#include <fst/flags.h>
#include <fst/script/getters.h>
#include <fst/script/push.h>
Go to the source code of this file.
Functions | |
DECLARE_double (delta) | |
DECLARE_bool (push_weights) | |
DECLARE_bool (push_labels) | |
DECLARE_bool (remove_total_weight) | |
DECLARE_bool (remove_common_affix) | |
DECLARE_string (reweight_type) | |
int | fstpush_main (int argc, char **argv) |
DECLARE_bool | ( | push_weights | ) |
DECLARE_bool | ( | push_labels | ) |
DECLARE_bool | ( | remove_total_weight | ) |
DECLARE_bool | ( | remove_common_affix | ) |
DECLARE_double | ( | delta | ) |
DECLARE_string | ( | reweight_type | ) |
int fstpush_main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 36 of file fstpush-main.cc.