Because "iteration" over an FST can mean many different things, there are a variety of different iterators. To iterate over state IDs you may use states_iter, while to iterate over transitions out of a state, you may use get_trs. Since it is common to iterate over both, this can be ...
Because "iteration" over an FST can mean many different things, there are a variety of different iterators. To iterate over state IDs you may usestates_iter, while to iterate over transitions out of a state, you may useget_trs. Since it is common to iterate over both, this can be done...