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:
authorBarry Haddow <barry.haddow@gmail.com>2014-08-06 14:38:51 +0400
committerBarry Haddow <barry.haddow@gmail.com>2014-08-06 14:38:51 +0400
commitff188c454a14f112d7de1df65f600574fc033713 (patch)
tree339243f2110c6006d1801eb7a3b3ea6b2fdd1d94 /moses/FeatureVector.h
parent6549d24d35911a013f6b38f8dccbedb953210791 (diff)
Sparse features trainable with hg mira
(In phrase-based Moses)
Diffstat (limited to 'moses/FeatureVector.h')
-rw-r--r--moses/FeatureVector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/FeatureVector.h b/moses/FeatureVector.h
index 65f8bdc2e..e14006da7 100644
--- a/moses/FeatureVector.h
+++ b/moses/FeatureVector.h
@@ -167,7 +167,7 @@ public:
/** Load from file - each line should be 'root[_name] value' */
bool load(const std::string& filename);
void save(const std::string& filename) const;
- void write(std::ostream& out) const ;
+ void write(std::ostream& out, const std::string& sep=" ") const ;
/** Element access */
ProxyFVector operator[](const FName& name);