#include "base/kaldi-error.h"
#include <unordered_map>
#include <vector>
#include <climits>
Go to the source code of this file.
|
template<class F > |
bool | DeterminizeStar (F &ifst, MutableFst< typename F::Arc > *ofst, float delta=kDelta, bool *debug_ptr=NULL, int max_states=-1, bool allow_partial=false) |
| This function implements the normal version of DeterminizeStar, in which the output strings are represented using sequences of arcs, where all but the first one has an epsilon on the input side. More...
|
|
template<class F > |
bool | DeterminizeStar (F &ifst, MutableFst< GallicArc< typename F::Arc > > *ofst, float delta, bool *debug_ptr, int max_states, bool allow_partial) |
|