Merge pull request #148 from nabinkhadka/master

Changed log level of doc candidates from .info to .debug. #141
pull/152/head
Yuri Baburov 4 years ago committed by GitHub
commit bb81dc2c74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -327,7 +327,7 @@ class Document:
)
for candidate in sorted_candidates[:5]:
elem = candidate["elem"]
log.info("Top 5 : %6.3f %s" % (candidate["content_score"], describe(elem)))
log.debug("Top 5 : %6.3f %s" % (candidate["content_score"], describe(elem)))
best_candidate = sorted_candidates[0]
return best_candidate

Loading…
Cancel
Save