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-12-09 03:00:35 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-12-09 03:00:35 +0300
commit59365f2bd3f2ed6d7f77d7fee08ab6d2ac201750 (patch)
treeefb8beb9aa968992fc63385d2343848fc834fe76 /moses/Manager.h
parent2da95fe74a7a9f5388f7a57b1134a04881a908c7 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/Manager.h')
-rw-r--r--moses/Manager.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/moses/Manager.h b/moses/Manager.h
index 040b75873..e125903e1 100644
--- a/moses/Manager.h
+++ b/moses/Manager.h
@@ -133,16 +133,16 @@ protected:
mutable std::ostringstream m_alignmentOut;
public:
void OutputNBest(std::ostream& out, const Moses::TrellisPathList &nBestList) const;
- void OutputSurface(std::ostream &out,
- Hypothesis const& edge,
- bool const recursive=false) const;
+ void OutputSurface(std::ostream &out,
+ Hypothesis const& edge,
+ bool const recursive=false) const;
void OutputAlignment(std::ostream &out, const AlignmentInfo &ai, size_t sourceOffset, size_t targetOffset) const;
void OutputInput(std::ostream& os, const Hypothesis* hypo) const;
void OutputInput(std::vector<const Phrase*>& map, const Hypothesis* hypo) const;
void OutputPassthroughInformation(std::ostream& os, const Hypothesis* hypo) const;
- std::map<size_t, const Factor*>
+ std::map<size_t, const Factor*>
GetPlaceholders(const Hypothesis &hypo, FactorType placeholderFactor) const;
void OutputWordGraph(std::ostream &outputWordGraphStream, const Hypothesis *hypo, size_t &linkId) const;
@@ -192,11 +192,11 @@ public:
/***
*For Lattice MBR
*/
- void
+ void
GetForwardBackwardSearchGraph
( std::map< int, bool >* pConnected,
- std::vector< const Hypothesis* >* pConnectedList,
- std::map < const Hypothesis*, std::set < const Hypothesis* > >* pOutgoingHyps,
+ std::vector< const Hypothesis* >* pConnectedList,
+ std::map < const Hypothesis*, std::set < const Hypothesis* > >* pOutgoingHyps,
std::vector< float>* pFwdBwdScores) const;
// outputs