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:
authorMosesAdmin <hieuhoang@gmail.com>2015-06-04 15:41:46 +0300
committerMosesAdmin <hieuhoang@gmail.com>2015-06-04 15:41:46 +0300
commit5696a59ae46862221901226cfd232b18ddf74357 (patch)
tree149350997bd1fa8b7a18ea88eeb9bb02c9a97251 /moses/FF/GlobalLexicalModelUnlimited.cpp
parent0e11919ffb7093939e0402725a6fc6a319691633 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/FF/GlobalLexicalModelUnlimited.cpp')
-rw-r--r--moses/FF/GlobalLexicalModelUnlimited.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/FF/GlobalLexicalModelUnlimited.cpp b/moses/FF/GlobalLexicalModelUnlimited.cpp
index d507054c2..675af2b6b 100644
--- a/moses/FF/GlobalLexicalModelUnlimited.cpp
+++ b/moses/FF/GlobalLexicalModelUnlimited.cpp
@@ -108,7 +108,7 @@ bool GlobalLexicalModelUnlimited::Load(const std::string &filePathSource,
void GlobalLexicalModelUnlimited::InitializeForInput(ttasksptr const& ttask)
{
UTIL_THROW_IF2(ttask->GetSource()->GetType() != SentenceInput,
- "GlobalLexicalModel works only with sentence input.");
+ "GlobalLexicalModel works only with sentence input.");
Sentence const* s = reinterpret_cast<Sentence const*>(ttask->GetSource().get());
m_local.reset(new ThreadLocalStorage);
m_local->input = s;