Skip to content

Commit

Permalink
bug fix in entity resolution viz
Browse files Browse the repository at this point in the history
  • Loading branch information
HashamUlHaq committed Feb 28, 2022
1 parent 6676b9f commit fb5403a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparknlp_display/entity_resolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,6 @@ def display(self, result, label_col, resolution_col, document_col='document', ra
f_.write(html_content_save)

if return_html:
return
return html_content_save
else:
return display(HTML(html_content_save))

0 comments on commit fb5403a

Please sign in to comment.