1 #ifndef _HFST_EPSILON_HANDLER_H_
2 #define _HFST_EPSILON_HANDLER_H_
9 class HfstEpsilonHandler
12 typedef std::vector<hfst::implementations::HfstState> HfstStateVector;
14 HfstStateVector epsilon_path;
18 HfstEpsilonHandler(
size_t cutoff);
26 #endif // _HFST_EPSILON_HANDLER_H_
unsigned int HfstState
The number of a state in an HfstTransitionGraph.
Definition: HfstDataTypes.h:120
Datatypes that are needed when using the HFST API.