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 <moses-support-owner@mit.edu>2015-11-02 03:00:37 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-11-02 03:00:37 +0300
commitf38976aba07e0dbca74f9b824b28add486889b2a (patch)
tree54d2a68a9da692ba4e8fc91d339523e9874acd66 /moses/Hypothesis.h
parent8424fb6e2ad8e9d15471c7e610bce85082610a41 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/Hypothesis.h')
-rw-r--r--moses/Hypothesis.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/moses/Hypothesis.h b/moses/Hypothesis.h
index c1d6c4598..59d03d4bd 100644
--- a/moses/Hypothesis.h
+++ b/moses/Hypothesis.h
@@ -251,18 +251,18 @@ public:
return m_transOpt;
}
- void
+ void
OutputAlignment(std::ostream &out) const;
- static void
- OutputAlignment(std::ostream &out,
- const std::vector<const Hypothesis *> &edges,
- WordAlignmentSort waso);
+ static void
+ OutputAlignment(std::ostream &out,
+ const std::vector<const Hypothesis *> &edges,
+ WordAlignmentSort waso);
- static void
- OutputAlignment(std::ostream &out, const Moses::AlignmentInfo &ai,
- size_t sourceOffset, size_t targetOffset,
- WordAlignmentSort waso);
+ static void
+ OutputAlignment(std::ostream &out, const Moses::AlignmentInfo &ai,
+ size_t sourceOffset, size_t targetOffset,
+ WordAlignmentSort waso);
void OutputInput(std::ostream& os) const;
static void OutputInput(std::vector<const Phrase*>& map, const Hypothesis* hypo);