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:
authorNicola Bertoldi <bertoldi@fbk.eu>2014-01-15 19:42:02 +0400
committerNicola Bertoldi <bertoldi@fbk.eu>2014-01-15 19:42:02 +0400
commitbd83999264407dd7970736ee3e70a6b39fb19014 (patch)
tree1a0a0d9bab2b8caf853c301187beb637b0a1af61 /moses/Phrase.cpp
parenta098550f33dd1eead0e72a98a4822ce924841550 (diff)
beautify
Diffstat (limited to 'moses/Phrase.cpp')
-rw-r--r--moses/Phrase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/Phrase.cpp b/moses/Phrase.cpp
index b43f5fbb8..618e116fd 100644
--- a/moses/Phrase.cpp
+++ b/moses/Phrase.cpp
@@ -210,8 +210,8 @@ void Phrase::CreateFromString(FactorDirection direction
size_t nextPos = annotatedWord.find('[', 1);
UTIL_THROW_IF2(nextPos == string::npos,
- "Incorrect formatting of non-terminal. Should have 2 non-terms, eg. [X][X]. "
- << "Current string: " << annotatedWord);
+ "Incorrect formatting of non-terminal. Should have 2 non-terms, eg. [X][X]. "
+ << "Current string: " << annotatedWord);
if (direction == Input)
annotatedWord = annotatedWord.substr(1, nextPos - 2);