10 #ifndef _HFST_EPSILON_HANDLER_H_
11 #define _HFST_EPSILON_HANDLER_H_
18 class HfstEpsilonHandler
21 typedef std::vector<hfst::implementations::HfstState> HfstStateVector;
23 HfstStateVector epsilon_path;
27 HfstEpsilonHandler(
size_t cutoff);
35 #endif // _HFST_EPSILON_HANDLER_H_
unsigned int HfstState
The number of a state in an HfstTransitionGraph.
Definition: HfstDataTypes.h:119
Datatypes that are needed when using the HFST API.