libime
Public Member Functions | Public Attributes | List of all members
libime::DecoderPrivate Class Reference
Collaboration diagram for libime::DecoderPrivate:
Collaboration graph
[legend]

Public Member Functions

 DecoderPrivate (const Dictionary *dict, const LanguageModelBase *model)
 
bool buildLattice (const Decoder *q, Lattice &l, const std::unordered_set< const SegmentGraphNode *> &ignore, const State &state, const SegmentGraph &graph, size_t frameSize, void *helper) const
 
void forwardSearch (const Decoder *q, const SegmentGraph &graph, Lattice &lattice, const std::unordered_set< const SegmentGraphNode *> &ignore, size_t beamSize) const
 
void backwardSearch (const SegmentGraph &graph, Lattice &l, size_t nbest, float max, float min, size_t beamSize) const
 

Public Attributes

const Dictionarydict_
 
const LanguageModelBasemodel_
 

Detailed Description

Definition at line 55 of file decoder.cpp.


The documentation for this class was generated from the following file: