#include <ArpaReader.hh>
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. | |
|
|
|
|
|
The backoff weight.
|
|
|
The log-probability (base 10) of the ngram.
|
|
|
The symbols of the ngram.
|
1.4.6