diff --git a/text2vec.c b/text2vec.c index 8180326..d01be62 100644 --- a/text2vec.c +++ b/text2vec.c @@ -827,7 +827,7 @@ void ProcessSentenceAlign(struct train_params *src, long long* src_sent, int src } neighbor_count++; } - neighbor_pos; + neighbor_pos++; } // for (a = b; a < window * 2 + 1 - b; ++a) if (a != window) {