Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
import openfst_python as fst s0 = f.add_state() s1 = f.add_state() f.set_start(s0) f.set_final(s1)
如何更改它以使其s1不再是最终状态?
s1