Skip to content
New issue

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::Read: Unknown FST type olabel_lookahead #4964

Open
LRY1994 opened this issue Dec 11, 2024 · 1 comment
Open

Fst::Read: Unknown FST type olabel_lookahead #4964

LRY1994 opened this issue Dec 11, 2024 · 1 comment
Labels

Comments

@LRY1994
Copy link

LRY1994 commented Dec 11, 2024

    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

@LRY1994 LRY1994 added the bug label Dec 11, 2024
@csukuangfj
Copy link
Contributor

建议提供更详细的信息,不然你无法得到别人的帮助。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants