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 <hieuhoang@gmail.com>2016-10-03 14:04:26 +0300
committerHieu Hoang <hieuhoang@gmail.com>2016-10-03 14:04:26 +0300
commitb86cecf9d64c01a96f7a7b80fec7a6651d0d4725 (patch)
treee363c940bef907eff79b0d2c418cf96a12e1ca3f
parentc0b01dfd6b54d245f88703a039aa46bdaecb5762 (diff)
parent88e13e3b833c4221e7417ce29c973af8c867c82b (diff)
Merge ../mosesdecoder into perf_moses2
-rw-r--r--misc/1-1-Extraction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/1-1-Extraction.cpp b/misc/1-1-Extraction.cpp
index ad18b76f8..cea1f3cb7 100644
--- a/misc/1-1-Extraction.cpp
+++ b/misc/1-1-Extraction.cpp
@@ -218,7 +218,7 @@ int main(int argc, char * argv[])
if (i % 100000 == 0) {
cerr<<"Processing "<<i<<endl;
- }
+ }
constructCepts(ceptsInPhrase, sourceNullWords , targetNullWords, currA , currE.size(), currF.size());
getOneToOne(ceptsInPhrase , currF , currE, one);