#include <grammar/wfst/wfst_aux.h>
Public Member Functions | |
wfst_marks (int x) | |
~wfst_marks () | |
int | distinguished (int p, int q) |
int | undistinguished (int p, int q) |
void | distinguish (int p, int q) |
void | undistinguish (int p, int q) |
void | find_state_map (EST_IVector &state_map, int &num_new_states) |
Definition at line 48 of file wfst_aux.h.
wfst_marks::wfst_marks | ( | int | x | ) |
Definition at line 45 of file wfst_aux.cc.
wfst_marks::~wfst_marks | ( | ) |
Definition at line 62 of file wfst_aux.cc.
Definition at line 62 of file wfst_aux.h.
Definition at line 63 of file wfst_aux.h.
Definition at line 65 of file wfst_aux.h.
Definition at line 66 of file wfst_aux.h.
void wfst_marks::find_state_map | ( | EST_IVector & | state_map, |
int & | num_new_states | ||
) |
Definition at line 72 of file wfst_aux.cc.