|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
#include <sri.hh>
Public Member Functions | |
| Model (const char *file_name, unsigned int ngram_length) | |
| ~Model () | |
| FullScoreReturn | FullScore (const State &in_state, const WordIndex new_word, State &out_state) const |
Private Attributes | |
| Vocabulary | vocab_ |
| std::auto_ptr< Ngram > | sri_ |
| WordIndex | not_found_ |
| lm::sri::Model::Model | ( | const char * | file_name, |
| unsigned int | ngram_length | ||
| ) |
| lm::sri::Model::~Model | ( | ) | [virtual] |
Reimplemented from lm::base::Model.
| FullScoreReturn lm::sri::Model::FullScore | ( | const State & | in_state, |
| const WordIndex | new_word, | ||
| State & | out_state | ||
| ) | const |
WordIndex lm::sri::Model::not_found_ [private] |
std::auto_ptr<Ngram> lm::sri::Model::sri_ [mutable, private] |
Vocabulary lm::sri::Model::vocab_ [private] |