Releases: JohnSnowLabs/spark-nlp-display
Spark NLP Display - 5.0
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
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
Version 4.3 of Spark NLP Display includes fix for issues in directional relation extraction visulaization.
Spark NLP Display - 4.2
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
Version 4.1 of Spark NLP Display includes text integrity in NER and Assertion viz.
Spark NLP Display - 4.0
version 4.0
Spark NLP Display - 1.9.1
Version 1.9.1 of Spark NLP Display includes fix for the bug in entity resolution viz
Spark NLP Display - 1.9
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
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
Version 1.7 of Spark NLP Display includes enhancements and bug fixes for Dependency Parser Visualization.