Skip to content

Commit

Permalink
fix issue HIT-SCIR#183
Browse files Browse the repository at this point in the history
  • Loading branch information
Oneplus committed Sep 9, 2016
1 parent 82180f6 commit ef450e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parser.n/parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ bool NeuralNetworkParser::load(const std::string& filename) {
for (size_t i = 0; i < now; i += 2) {
precomputation_id_encoder[payload[i]] = payload[i+1];
}
delete payload;

if (use_cluster) {
cluster4_types_alphabet.load(ifs);
Expand Down

0 comments on commit ef450e7

Please sign in to comment.