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:
authorbhaddow <bhaddow@1f5c12ca-751b-0410-a591-d2e778427230>2008-05-16 23:57:01 +0400
committerbhaddow <bhaddow@1f5c12ca-751b-0410-a591-d2e778427230>2008-05-16 23:57:01 +0400
commit4ec448b3f23dc2dc1190c225209a670dc304816b (patch)
treef95f8e83673227c6cb47f47c8f2ee6abb97619b4 /mert/FeatureArray.h
parente1e39dbf8e5d280582a50209af7b3640c57953a5 (diff)
Command line arg tidy up in extractor
Remove buffers from feature git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1761 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'mert/FeatureArray.h')
-rw-r--r--mert/FeatureArray.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/mert/FeatureArray.h b/mert/FeatureArray.h
index 62533c757..8901d2672 100644
--- a/mert/FeatureArray.h
+++ b/mert/FeatureArray.h
@@ -30,8 +30,6 @@ protected:
vector<FeatureStats> array_;
private:
- char databuf_[BUFSIZ];
- size_t bufLen_;
size_t idx; // idx to identify the utterance, it can differ from the index inside the vector
public:
@@ -52,8 +50,6 @@ public:
inline size_t size(){ return array_.size(); }
- inline size_t memsize(){ return bufLen_; }
-
void savetxt(ofstream& outFile);
void savebin(ofstream& outFile);