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:
authorHieu Hoang <hieuhoang@gmail.com>2015-12-05 02:41:52 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-12-05 02:41:52 +0300
commit042f304afcb48639df04d9a42bd547504490b4a8 (patch)
treeb9607a30a1a403cbb702515105a38d97291a0b67 /moses/ExportInterface.cpp
parent11954f77ca239b80640e3062e7b0df5a6f571e38 (diff)
parent889a33dcd68fb234824519681868355333b717be (diff)
Merge ../mosesdecoder into perf_moses2
Diffstat (limited to 'moses/ExportInterface.cpp')
-rw-r--r--moses/ExportInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ExportInterface.cpp b/moses/ExportInterface.cpp
index 64a66b319..270cc1baf 100644
--- a/moses/ExportInterface.cpp
+++ b/moses/ExportInterface.cpp
@@ -195,7 +195,7 @@ batch_run()
// ... or the surrounding context (--context-window ...)
size_t size_t_max = std::numeric_limits<size_t>::max();
bool use_context_window = ioWrapper->GetLookAhead() || ioWrapper->GetLookBack();
- bool use_context = use_context_window || context_string.size();
+ // bool use_context = use_context_window || context_string.size();
bool use_sliding_context_window = (use_context_window
&& ioWrapper->GetLookAhead() != size_t_max);