Skip to content

Commit

Permalink
accidentally deleted some symbols earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
lmthang committed Mar 5, 2015
1 parent da2b392 commit b8e6c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text2vec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b8e6c53

Please sign in to comment.