HFST - Helsinki Finite-State Transducer Technology - C++ API  version 3.9.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Bug List
Member HfstTransducer::extract_paths (HfstTwoLevelPaths &results, int max_num=-1, int cycles=-1) const
Does not work for HFST_OL_TYPE or HFST_OLW_TYPE?
Exceptions
TransducerIsCyclicException
See also
#n_best
hfst::HfstTransducer::extract_paths_fd(hfst::HfstTwoLevelPaths&, int, int, bool) const
Member HfstTransducer::extract_paths_fd (HfstTwoLevelPaths &results, int max_num=-1, int cycles=-1, bool filter_fd=true) const
Does not work for HFST_OL_TYPE or HFST_OLW_TYPE?
Exceptions
TransducerIsCyclicException
See also
extract_paths(HfstTwoLevelPaths&, int, int) const
Member HfstTransducer::minimize ()
OpenFst's minimization algorithm seems to add epsilon transitions to weighted transducers?