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
path: root/moses/FF
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2016-03-24 00:31:47 +0300
committerKenneth Heafield <github@kheafield.com>2016-03-24 00:31:47 +0300
commit0665cb46e58c43d68c4f1cbe9a20c74abe61c165 (patch)
tree756982a034856edf7a6e2e11c8a171db912dbc09 /moses/FF
parent90b772734c1fce361d25508ece02334fd248614b (diff)
Chart decoding is supported by UTIL_THROW2, but not by OpSequenceModel
Diffstat (limited to 'moses/FF')
-rw-r--r--moses/FF/OSM-Feature/OpSequenceModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/FF/OSM-Feature/OpSequenceModel.cpp b/moses/FF/OSM-Feature/OpSequenceModel.cpp
index 4df2cbba6..3dd694876 100644
--- a/moses/FF/OSM-Feature/OpSequenceModel.cpp
+++ b/moses/FF/OSM-Feature/OpSequenceModel.cpp
@@ -200,7 +200,7 @@ FFState* OpSequenceModel::EvaluateWhenApplied(
int /* featureID - used to index the state in the previous hypotheses */,
ScoreComponentCollection* accumulator) const
{
- UTIL_THROW2("Chart decoding not support by UTIL_THROW2");
+ UTIL_THROW2("Chart decoding not support by OpSequenceModel");
}