Skip to content

Commit

Permalink
fix srl no predicate bug
Browse files Browse the repository at this point in the history
  • Loading branch information
liu946 committed Jun 14, 2017
1 parent e6f6e1e commit a7a2379
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 a7a2379

Please sign in to comment.