#include <VWTargetSentence.h>

Public Member Functions | |
| VWTargetSentence () | |
| void | Clear () |
| ~VWTargetSentence () | |
| void | SetConstraints (size_t sourceSize) |
Public Attributes | |
| Phrase * | m_sentence |
| AlignmentInfo * | m_alignment |
| std::vector< AlignmentConstraint > | m_sourceConstraints |
| std::vector< AlignmentConstraint > | m_targetConstraints |
Definition at line 16 of file VWTargetSentence.h.
| Moses::VWTargetSentence::VWTargetSentence | ( | ) | [inline] |
Definition at line 19 of file VWTargetSentence.h.
| Moses::VWTargetSentence::~VWTargetSentence | ( | ) | [inline] |
Definition at line 26 of file VWTargetSentence.h.
References Clear().

| void Moses::VWTargetSentence::Clear | ( | ) | [inline] |
Definition at line 21 of file VWTargetSentence.h.
References m_alignment, and m_sentence.
Referenced by ~VWTargetSentence().

| void Moses::VWTargetSentence::SetConstraints | ( | size_t | sourceSize | ) | [inline] |
Definition at line 30 of file VWTargetSentence.h.
References Moses::AlignmentInfo::begin(), Moses::AlignmentInfo::end(), Moses::Phrase::GetSize(), m_alignment, m_sentence, m_sourceConstraints, m_targetConstraints, src, and UTIL_THROW2.

1.5.9