Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'moses/src/Sentence.cpp')
-rw-r--r--moses/src/Sentence.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/moses/src/Sentence.cpp b/moses/src/Sentence.cpp
index 08a4f2b4c..87ede7c7a 100644
--- a/moses/src/Sentence.cpp
+++ b/moses/src/Sentence.cpp
@@ -33,11 +33,10 @@ using namespace std;
namespace Moses
{
-Sentence::Sentence(FactorDirection direction)
+Sentence::Sentence()
: Phrase(0)
, InputType()
{
- CHECK(direction == Input);
const StaticData& staticData = StaticData::Instance();
if (staticData.GetSearchAlgorithm() == ChartDecoding) {
m_defaultLabelSet.insert(StaticData::Instance().GetInputDefaultNonTerminal());