FST
openfst-1.8.2.post1
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 57 of file replace-util.h.
|
inlineexplicit |
Definition at line 63 of file replace-util.h.
|
inline |
Definition at line 74 of file replace-util.h.
ReplaceLabelType fst::ReplaceUtilOptions::call_label_type |
Definition at line 59 of file replace-util.h.
int64_t fst::ReplaceUtilOptions::return_label |
Definition at line 61 of file replace-util.h.
ReplaceLabelType fst::ReplaceUtilOptions::return_label_type |
Definition at line 60 of file replace-util.h.
int64_t fst::ReplaceUtilOptions::root |
Definition at line 58 of file replace-util.h.