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:
authornicolabertoldi <nicolabertoldi@1f5c12ca-751b-0410-a591-d2e778427230>2008-05-14 12:14:13 +0400
committernicolabertoldi <nicolabertoldi@1f5c12ca-751b-0410-a591-d2e778427230>2008-05-14 12:14:13 +0400
commit9c12330785cb5eb0a4b59d2810e4febfa884dd95 (patch)
tree619e28cdbc2638d01fb372d49e8f2ae43a9b64d1 /mert/FeatureArray.h
parent49891adeedd706dcd02d9d95cbea287caf5b72fb (diff)
I am adding new object for handling statistics forerror measures
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1633 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'mert/FeatureArray.h')
-rw-r--r--mert/FeatureArray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mert/FeatureArray.h b/mert/FeatureArray.h
index 269ab6eeb..ca7d4de17 100644
--- a/mert/FeatureArray.h
+++ b/mert/FeatureArray.h
@@ -30,7 +30,7 @@ protected:
private:
char databuf_[BUFSIZ];
size_t bufLen_;
- size_t idx; // idx to identify the utterance
+ size_t idx; // idx to identify the utterance, it can differ from the index inside the vector
public:
FeatureArray();