mosesdecoder/contrib/other-builds/moses2/InputPath.cpp
2015-10-25 15:58:26 +00:00

22 lines
330 B
C++

/*
* InputPath.cpp
*
* Created on: 23 Oct 2015
* Author: hieu
*/
#include "InputPath.h"
InputPath::InputPath(const SubPhrase &subPhrase, const Moses::Range &range, size_t numPt)
:m_subPhrase(subPhrase)
,m_range(range)
,m_targetPhrases(numPt)
{
}
InputPath::~InputPath() {
// TODO Auto-generated destructor stub
}