#include <PhraseDictionaryGroup.h>

Public Member Functions | |
| PDGroupPhrase () | |
| PDGroupPhrase (TargetPhrase *targetPhrase, const std::vector< float > &scores, const size_t nModels) | |
Public Attributes | |
| TargetPhrase * | m_targetPhrase |
| std::vector< float > | m_scores |
| boost::dynamic_bitset | m_seenBy |
Definition at line 42 of file PhraseDictionaryGroup.h.
| Moses::PDGroupPhrase::PDGroupPhrase | ( | ) | [inline] |
Definition at line 47 of file PhraseDictionaryGroup.h.
| Moses::PDGroupPhrase::PDGroupPhrase | ( | TargetPhrase * | targetPhrase, | |
| const std::vector< float > & | scores, | |||
| const size_t | nModels | |||
| ) | [inline] |
Definition at line 49 of file PhraseDictionaryGroup.h.
| std::vector<float> Moses::PDGroupPhrase::m_scores |
Definition at line 44 of file PhraseDictionaryGroup.h.
Referenced by Moses::PhraseDictionaryGroup::CreateTargetPhraseCollection().
| boost::dynamic_bitset Moses::PDGroupPhrase::m_seenBy |
Definition at line 45 of file PhraseDictionaryGroup.h.
Referenced by Moses::PhraseDictionaryGroup::CreateTargetPhraseCollection().
Definition at line 43 of file PhraseDictionaryGroup.h.
Referenced by Moses::PhraseDictionaryGroup::CreateTargetPhraseCollection().
1.5.9