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/mbr.h
parent2da95fe74a7a9f5388f7a57b1134a04881a908c7 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/mbr.h')
-rw-r--r--moses/mbr.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/moses/mbr.h b/moses/mbr.h
index b4674168b..a7707281c 100644
--- a/moses/mbr.h
+++ b/moses/mbr.h
@@ -26,14 +26,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Moses::TrellisPath const
doMBR(Moses::TrellisPathList const& nBestList, Moses::AllOptions const& opts);
-void
-GetOutputFactors(const Moses::TrellisPath &path, Moses::FactorType const f,
- std::vector <const Moses::Factor*> &translation);
-
-float
-calculate_score(const std::vector< std::vector<const Moses::Factor*> > & sents,
- int ref, int hyp,
- std::vector<std::map<std::vector<const Moses::Factor*>,int> > &
- ngram_stats );
+void
+GetOutputFactors(const Moses::TrellisPath &path, Moses::FactorType const f,
+ std::vector <const Moses::Factor*> &translation);
+
+float
+calculate_score(const std::vector< std::vector<const Moses::Factor*> > & sents,
+ int ref, int hyp,
+ std::vector<std::map<std::vector<const Moses::Factor*>,int> > &
+ ngram_stats );
#endif