Skip to content

Commit

Permalink
more flexible SRL
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangfeng1124 committed Apr 19, 2013
1 parent ef7b52d commit efd733c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/_srl/DepSRL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,9 @@ int DepSRL::GetSRLResult(
}

if ( !predicates.size() ) {
cerr << "no predicates" << endl;
// skip all processing if no predicate
return 1;
}
else {
cerr << "predicates: " << predicates.size() << endl;
}

VecFeatForSent vecAllFeatures; //the features interface for SRLBaseline
VecPosForSent vecAllPos; //the constituent position vector
Expand Down

0 comments on commit efd733c

Please sign in to comment.