Go to the documentation of this file.
49 return !(*
this == right);
88 ss <<
"Suggestion " <<
word <<
" probability value "
bool operator!=(const Suggestion &) const
std::string toString() const
bool operator==(const Suggestion &) const
void setWord(std::string)
static const double MAX_PROBABILITY
std::ostream & operator<<(std::ostream &output, const Suggestion &s)
std::string getWord() const
bool operator<(const Suggestion &) const
const Logger< _charT, _Traits > & endl(const Logger< _charT, _Traits > &lgr)
static const double MIN_PROBABILITY
void setProbability(double)
Suggestion(std::string="", double=0.0)
double getProbability() const