kbmira segfaults on the following command:

        kbmira run --ffile run1.features.dat --scfile run1.scores.dat -o 
mert.out

Where run1.features.dat (30 MB) and run1.scores.dat (14 MB) can be downloaded 
here:

        https://www.dropbox.com/s/yim7ub1bmq5jv2g/run1.features.dat?dl=0
        https://www.dropbox.com/s/kkek36o7aflgzuu/run1.scores.dat?dl=0

I tracked it down to this line of mert/FeatureStats.cpp.

std::string SparseVector::decode(std::size_t id)
{
  return m_id_to_name[id];
}

Any obvious ideas before I go down this rabbit hole? I verified there are no 
blank lines or anything else funny with the formatting, at least as far as I 
can tell (all dense features, plus one sparse feature, OOVPenalty=-100, showing 
up occasionally).

matt



_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to