libime
Public Types | Public Member Functions | List of all members
libime::SentenceResult Class Reference

Public Types

using Sentence = std::vector< const LatticeNode * >
 

Public Member Functions

 SentenceResult (Sentence sentence={}, float score=0.0F)
 
const Sentence & sentence () const
 
size_t size () const
 
float score () const
 
void adjustScore (float adjust)
 
void setScore (float score)
 
bool operator< (const SentenceResult &rhs) const
 
bool operator> (const SentenceResult &rhs) const
 
std::string toString () const
 

Detailed Description

Definition at line 36 of file lattice.h.


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