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
path: root/misc
diff options
context:
space:
mode:
authorMosesAdmin <moses-support-owner@mit.edu>2016-09-29 02:00:42 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2016-09-29 02:00:42 +0300
commitfc0d9900ffe2bf6dfb5243c642d8686f450c2af9 (patch)
tree8893bfec73e127b0fc7f530bcd3a706c246ad1c0 /misc
parentcab564f607864f17ab6f51352fb69e2951712027 (diff)
daily automatic beautifier
Diffstat (limited to 'misc')
-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);