Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/HIT-SCIR/ltp into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
endyul committed Jun 15, 2017
2 parents 7e1bbc1 + bd6a147 commit 2b3364c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/srl/DepSRL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ int DepSRL::GetSRLResult(
}
if ( !sentence.getPredicateList().size() ) {
// skip all processing if no predicate
return 1;
return 0;
}
// srl prediction
{
Expand Down

0 comments on commit 2b3364c

Please sign in to comment.