#include <tables-core.h>
Public Member Functions | |
| WORD_ID | storeIfNew (const WORD &) |
| WORD_ID | getWordID (const WORD &) |
| WORD & | getWord (const WORD_ID id) |
Public Attributes | |
| std::map< WORD, WORD_ID > | lookup |
| std::vector< WORD > | vocab |
Definition at line 21 of file tables-core.h.
Definition at line 28 of file tables-core.h.
References vocab.
Referenced by calcCrossedNonTerm(), MosesTraining::ExtractionPhrasePair::CollectAllLabelsSeparateLHSAndRHS(), computeUnalignedFWPenalty(), MosesTraining::ExtractionPhrasePair::MatchesAlignment(), NumNonTerminal(), outputPhrasePair(), printSourcePhrase(), printTargetPhrase(), and processPhrasePairs().

Definition at line 27 of file tables-core.cpp.
References lookup.
Referenced by computeLexicalTranslation().

Definition at line 14 of file tables-core.cpp.
Referenced by MosesTraining::LexicalTable::load(), and processLine().

| std::map<WORD, WORD_ID> MosesTraining::Vocabulary::lookup |
| std::vector< WORD > MosesTraining::Vocabulary::vocab |
1.5.9