Skip to content

Fst::Read: Unknown FST type olabel_lookahead #4964

Open
@LRY1994

Description

@LRY1994
    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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugstaleStale bot on the loose

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions