Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:HIT-SCIR/ltp into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
liu946 committed Dec 20, 2017
2 parents 254a375 + 628854f commit 3507750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/console/srl_cmdline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void multithreaded_srl(void *args) {
for (int k = 0; k < vecSRLResult.size(); ++k) {
is_pred[vecSRLResult[k].first] = true;
for (int j = 0; j < vecSRLResult[k].second.size(); ++j) {
arg[findRoot(parse, vecSRLResult[k].second[j].second)][k] = vecSRLResult[k].second[k].first;
arg[findRoot(parse, vecSRLResult[k].second[j].second)][k] = vecSRLResult[k].second[j].first;
}
}

Expand Down

0 comments on commit 3507750

Please sign in to comment.