#include <cstdint>
#include <memory>
#include <utility>
#include <vector>
#include <fst/flags.h>
#include <fst/log.h>
#include <fst/add-on.h>
#include <fst/const-fst.h>
#include <fst/fst.h>
#include <fst/label-reachable.h>
#include <fst/matcher.h>
Go to the source code of this file.
|
| DECLARE_string (save_relabel_ipairs) |
|
| DECLARE_string (save_relabel_opairs) |
|
template<class Reachable , class FST , class Data > |
void | fst::RelabelForReachable (FST *fst, const Data &data, const std::string &save_relabel_ipairs, const std::string &save_relabel_opairs) |
|
DECLARE_string |
( |
save_relabel_ipairs |
| ) |
|
DECLARE_string |
( |
save_relabel_opairs |
| ) |
|