Skip to content

Releases: JohnSnowLabs/spark-nlp-display

Spark NLP Display - 5.0

29 Aug 19:14
Compare
Choose a tag to compare

Version 5.0 of Spark NLP Display includes bug fix for RE visualizer. The following issues are fixed in this release:

[-] #10

Spark NLP Display - 4.4

06 Jan 17:26
Compare
Choose a tag to compare

Version 4.4 of Spark NLP Display includes bug fixes for the unsorted pipeline response issue in NER, Assertion, and Entity Resolution visualizations.

Spark NLP Display - 4.3

05 Jan 21:37
Compare
Choose a tag to compare

Version 4.3 of Spark NLP Display includes fix for issues in directional relation extraction visulaization.

Spark NLP Display - 4.2

15 Nov 15:36
Compare
Choose a tag to compare

Version 4.2 of Spark NLP Display includes fix for directional relation extraction - in accordance with SparkNLP's RelationExtraction and RelationExtractionDL models.

Spark NLP Display - 4.1

11 Aug 22:41
Compare
Choose a tag to compare

Version 4.1 of Spark NLP Display includes text integrity in NER and Assertion viz.

Spark NLP Display - 4.0

17 Jun 16:31
Compare
Choose a tag to compare

Spark NLP Display - 1.9.1

28 Feb 16:44
Compare
Choose a tag to compare

Version 1.9.1 of Spark NLP Display includes fix for the bug in entity resolution viz

Spark NLP Display - 1.9

02 Feb 18:21
Compare
Choose a tag to compare

Version 1.9 of Spark NLP Display includes support to save/export visualizations on disk.

To save any visualization, pass in additional argument save_path='./file.html' to save as an html file.

Spark NLP Display - 1.8

08 Jun 19:02
Compare
Choose a tag to compare

Version 1.7 of Spark NLP Display includes enhancements for Relation Extraction.
Main Highlight: Users can visualise simple dependency parser output without having to specify type-dependency as well. For this, the type-dependency argument has been made optional.
Example: DependencyParserVisualizer().display(res, 'pos', 'dependency')

Spark NLP Display - 1.7

04 May 06:46
Compare
Choose a tag to compare

Version 1.7 of Spark NLP Display includes enhancements and bug fixes for Dependency Parser Visualization.