#include <iostream>
#include <cstdlib>
#include "EST_WFST.h"
#include "wfst_aux.h"
#include "EST_Token.h"
#include "EST_simplestats.h"
Go to the source code of this file.
Functions | |
EST_WFST_Transition * | find_best_trans_split (EST_WFST &wfst, int split_state, LISP *data) |
LISP | load_string_data (EST_WFST &wfst, EST_String &filename) |
void | wfst_train (EST_WFST &wfst, LISP data) |
EST_WFST_Transition * find_best_trans_split | ( | EST_WFST & | wfst, |
int | split_state, | ||
LISP * | data | ||
) |
Definition at line 476 of file wfst_train.cc.
LISP load_string_data | ( | EST_WFST & | wfst, |
EST_String & | filename | ||
) |
Definition at line 83 of file wfst_train.cc.
void wfst_train | ( | EST_WFST & | wfst, |
LISP | data | ||
) |
Definition at line 188 of file wfst_train.cc.