FST
openfst-1.8.4
OpenFst Library
|
#include <replace-util.h>
Public Member Functions | |
ReplaceUtilOptions (int64_t root=kNoLabel, ReplaceLabelType call_label_type=REPLACE_LABEL_INPUT, ReplaceLabelType return_label_type=REPLACE_LABEL_NEITHER, int64_t return_label=0) | |
ReplaceUtilOptions (int64_t root, bool epsilon_replace_arc) | |
Public Attributes | |
int64_t | root |
ReplaceLabelType | call_label_type |
ReplaceLabelType | return_label_type |
int64_t | return_label |
Definition at line 62 of file replace-util.h.
|
inlineexplicit |
Definition at line 68 of file replace-util.h.
|
inline |
Definition at line 79 of file replace-util.h.
ReplaceLabelType fst::ReplaceUtilOptions::call_label_type |
Definition at line 64 of file replace-util.h.
int64_t fst::ReplaceUtilOptions::return_label |
Definition at line 66 of file replace-util.h.
ReplaceLabelType fst::ReplaceUtilOptions::return_label_type |
Definition at line 65 of file replace-util.h.
int64_t fst::ReplaceUtilOptions::root |
Definition at line 63 of file replace-util.h.