#include <SourceOxLM.h>


Public Member Functions | |
| SourceOxLM (const std::string &line) | |
| ~SourceOxLM () | |
Protected Attributes | |
| oxlm::SourceFactoredLM | model |
| boost::shared_ptr < OxLMParallelMapper > | mapper |
| bool | posBackOff |
| FactorType | posFactorType |
| bool | persistentCache |
| boost::thread_specific_ptr < oxlm::QueryCache > | cache |
| int | cacheHits |
| int | totalHits |
| Word | NULL_word |
Definition at line 14 of file SourceOxLM.h.
| Moses::SourceOxLM::SourceOxLM | ( | const std::string & | line | ) |
| Moses::SourceOxLM::~SourceOxLM | ( | ) |
boost::thread_specific_ptr<oxlm::QueryCache> Moses::SourceOxLM::cache [mutable, protected] |
Definition at line 46 of file SourceOxLM.h.
int Moses::SourceOxLM::cacheHits [mutable, protected] |
boost::shared_ptr<OxLMParallelMapper> Moses::SourceOxLM::mapper [protected] |
Definition at line 40 of file SourceOxLM.h.
oxlm::SourceFactoredLM Moses::SourceOxLM::model [protected] |
Definition at line 39 of file SourceOxLM.h.
Word Moses::SourceOxLM::NULL_word [protected] |
Definition at line 48 of file SourceOxLM.h.
bool Moses::SourceOxLM::persistentCache [protected] |
bool Moses::SourceOxLM::posBackOff [protected] |
Definition at line 42 of file SourceOxLM.h.
FactorType Moses::SourceOxLM::posFactorType [protected] |
Definition at line 43 of file SourceOxLM.h.
int Moses::SourceOxLM::totalHits [mutable, protected] |
1.5.9