John Snow Labs Spark-NLP 4.2.7: Patch release #13334
maziyarpanahi
announced in
Announcement
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
📢 Overview
Spark NLP 4.2.7 🚀 comes with some important bug fixes and improvements. As a result, we highly recommend to update to this latest version if you are using Spark NLP 4.2.x.
As always, we would like to thank our community for their feedback, questions, and feature requests. 🎉
🐛 ⭐ Bug Fixes & Enhancements
outputAnnotatorType
issue in pipelines withFinisher
annotator. This change addsoutputAnnotatorType
toAnnotatorTransformer
to avoid loadingoutputAnnotatorType
attribute when a stage in pipeline does not use it.setExplodeSentences
param was set totrue
in SentenceDetector annotatorTokenizer
when a custom pattern is used withlookahead/-behinds
and it has0 width
matches. This led to indexes not being calculated correctly.fullAnnotate()
method whenparseEmbeddings
param was set toTrue/true
explodeEntities
andmergeEntities
parameters totrue
in GraphExctraction annotatorGraphExctraction
annotator. New message will better guide the user on how to configureGraphExtraction
to output meaningful relationshipssetWeightedDistPath
fromContextSpellCheckerApproach
📖 Documentation
Installation
Python
#PyPI pip install spark-nlp==4.2.7
Spark Packages
spark-nlp on Apache Spark 3.0.x, 3.1.x, 3.2.x, and 3.3.x (Scala 2.12):
GPU
M1
AArch64
Maven
spark-nlp on Apache Spark 3.0.x, 3.1.x, 3.2.x, and 3.3.x:
spark-nlp-gpu:
spark-nlp-m1:
spark-nlp-aarch64:
FAT JARs
CPU on Apache Spark 3.x/3.1.x/3.2.x/3.3.x: https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/jars/spark-nlp-assembly-4.2.7.jar
GPU on Apache Spark 3.0.x/3.1.x/3.2.x/3.3.x: https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/jars/spark-nlp-gpu-assembly-4.2.7.jar
M1 on Apache Spark 3.0.x/3.1.x/3.2.x/3.3.x: https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/jars/spark-nlp-m1-assembly-4.2.7.jar
AArch64 on Apache Spark 3.0.x/3.1.x/3.2.x/3.3.x: https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/jars/spark-nlp-aarch64-assembly-4.2.7.jar
What's Changed
@dcecchini @Cabir40 @agsfer @gadde5300 @bunyamin-polat @rpranab @jdobes-cz @josejuanmartinez @diatrambitas @maziyarpanahi
Full Changelog: 4.2.6...4.2.7
This discussion was created from the release John Snow Labs Spark-NLP 4.2.7: Patch release.
Beta Was this translation helpful? Give feedback.
All reactions