We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fst::Fst<fst::StdArc> *tl_fst = fst::Fst<fst::StdArc>::Read(tl_fst_path); fst::Fst<fst::StdArc> *g_fst = fst::Fst<fst::StdArc>::Read(g_fst_path); std::vector<int32> disambig_in = {1, 2, 3}; // 示例数据 lm_ = std::shared_ptr<fst::LookaheadFst<fst::StdArc, int32>>( LookaheadComposeFst(*tl_fst, *g_fst, disambig_in) );
Fst::Read: Unknown FST type olabel_lookahead
The text was updated successfully, but these errors were encountered:
建议提供更详细的信息,不然你无法得到别人的帮助。
Sorry, something went wrong.
No branches or pull requests
Fst::Read: Unknown FST type olabel_lookahead
The text was updated successfully, but these errors were encountered: