bit::ArpaReader::Ngram Struct Reference

The ngram read at the last call of read_ngram(). More...

#include <ArpaReader.hh>

List of all members.

Public Member Functions

bool operator< (const Ngram &ngram) const

Public Attributes

std::vector< int > symbols
 The symbols of the ngram.
float log_prob
 The log-probability (base 10) of the ngram.
float backoff
 The backoff weight.


Detailed Description

The ngram read at the last call of read_ngram().


Member Function Documentation

bool bit::ArpaReader::Ngram::operator< const Ngram ngram  )  const [inline]
 


Member Data Documentation

float bit::ArpaReader::Ngram::backoff
 

The backoff weight.

float bit::ArpaReader::Ngram::log_prob
 

The log-probability (base 10) of the ngram.

std::vector<int> bit::ArpaReader::Ngram::symbols
 

The symbols of the ngram.


The documentation for this struct was generated from the following file:
Generated on Mon Jan 8 15:51:04 2007 for bit by  doxygen 1.4.6