Skip to content

Commit

Permalink
bug fix in entity resolution viz - 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HashamUlHaq committed Feb 28, 2022
1 parent fb5403a commit 425b41c
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/lib/sparknlp_display/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9
1.9.1
2 changes: 1 addition & 1 deletion build/lib/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))
Binary file added dist/spark-nlp-display-1.9.1.tar.gz
Binary file not shown.
Binary file removed dist/spark-nlp-display-1.9.tar.gz
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion spark_nlp_display.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: spark-nlp-display
Version: 1.9
Version: 1.9.1
Summary: Visualization package for Spark NLP
Home-page: http://nlp.johnsnowlabs.com
Author: John Snow Labs
Expand Down
2 changes: 1 addition & 1 deletion sparknlp_display/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9
1.9.1

0 comments on commit 425b41c

Please sign in to comment.