#include <Dictionary.h>

Public Member Functions | |
| Dictionary (size_t numScoreComponent) | |
| Constructor. | |
| virtual | ~Dictionary () |
| Destructor. | |
| virtual DecodeType | GetDecodeType () const =0 |
| returns whether this dictionary is to be used for Translate or Generate | |
| virtual void | CleanUp () |
Protected Attributes | |
| const size_t | m_numScoreComponent |
Definition at line 35 of file Dictionary.h.
| Moses::Dictionary::Dictionary | ( | size_t | numScoreComponent | ) |
| Moses::Dictionary::~Dictionary | ( | ) | [virtual] |
| void Moses::Dictionary::CleanUp | ( | ) | [virtual] |
Reimplemented in Moses::PhraseDictionaryDynSuffixArray, Moses::PhraseDictionaryOnDisk, and Moses::PhraseDictionarySCFG.
Definition at line 34 of file Dictionary.cpp.
Referenced by Moses::TranslationSystem::CleanUpAfterSentenceProcessing().

| virtual DecodeType Moses::Dictionary::GetDecodeType | ( | ) | const [pure virtual] |
returns whether this dictionary is to be used for Translate or Generate
Implemented in Moses::GenerationDictionary, Moses::PhraseDictionary, and Moses::PhraseDictionaryTree.
const size_t Moses::Dictionary::m_numScoreComponent [protected] |
Definition at line 39 of file Dictionary.h.
Referenced by Moses::GenerationDictionary::GetNumScoreComponents(), and Moses::PhraseDictionaryTreeAdaptor::Load().
1.5.9