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 <hieu@hoang.co.uk>2013-07-09 19:56:49 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-07-09 19:56:49 +0400
commit958d7ca9b8c44d19f31ed3476fe77b8a31650a2d (patch)
tree0450b28dd4cfe78e9f747ebce336f00cf60ab483 /moses/InputPath.cpp
parent92163d50913d3d14ae7796e882bf3f6533575b44 (diff)
prefix subphrase optimization for confusion networks
Diffstat (limited to 'moses/InputPath.cpp')
-rw-r--r--moses/InputPath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/InputPath.cpp b/moses/InputPath.cpp
index 43b4207cf..9dda42895 100644
--- a/moses/InputPath.cpp
+++ b/moses/InputPath.cpp
@@ -4,7 +4,7 @@
namespace Moses
{
InputPath::InputPath(const Phrase &phrase, const WordsRange &range, const InputPath *prevNode
- ,const ScoreComponentCollection *inputScore)
+ ,const ScoreComponentCollection *inputScore)
:m_prevNode(prevNode)
,m_phrase(phrase)
,m_range(range)