0
import openfst_python as fst
s0 = f.add_state()
s1 = f.add_state()
f.set_start(s0)
f.set_final(s1)

如何更改它以使其s1不再是最终状态?

4

0 回答 0