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/moses/FF
diff options
context:
space:
mode:
authorMosesAdmin <moses-support-owner@mit.edu>2016-05-30 02:00:33 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2016-05-30 02:00:33 +0300
commit33932a0fc98c158e63818b7482d517b77b155f93 (patch)
tree23aef47427627eef1d3c2191265c76ad1434b6dd /moses/FF
parent942eb5a8b1183f321b6abb980ffecfdf39749710 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/FF')
-rw-r--r--moses/FF/OSM-Feature/OpSequenceModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/FF/OSM-Feature/OpSequenceModel.h b/moses/FF/OSM-Feature/OpSequenceModel.h
index f13d93dcb..94beac5aa 100644
--- a/moses/FF/OSM-Feature/OpSequenceModel.h
+++ b/moses/FF/OSM-Feature/OpSequenceModel.h
@@ -20,7 +20,7 @@ public:
int sFactor; // Source Factor ...
int tFactor; // Target Factor ...
int numFeatures; // Number of features used ...
- util::LoadMethod load_method; // method to load model
+ util::LoadMethod load_method; // method to load model
OpSequenceModel(const std::string &line);
~OpSequenceModel();