John Snow Labs Spark-NLP 4.3.2: Patch release #13656
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
Uh oh!
There was an error while loading. Please reload this page.
-
📢 Overview
Spark NLP 4.3.2 🚀 comes with a new support for S3 in training classes to read and load CoNLL and CoNLL-U formats, support for NER tags without any schema in NerConverter, improving dedicated and self-hosted examples with more guides, and other enhancements and bug fixes!
As always, we would like to thank our community for their feedback, questions, and feature requests. 🎉
⭐ New Features & Enhancements
I-
orB-
) tags in NerConverter annotator SPARKNLP-786 Add support for non-schema NER tags #13642🐛 Bug Fixes
Date2Chunk
andChunk2Doc
annotators compatibility with PipelineModel Sparknlp 747 Date2Chunk and Chunk2Doc are not in the correct Python module #13609DependencyParserModel
predicting all Chunks as<no-type>
SPARKNLP-750 DependencyParserModel Outputs All Chunks as <no-type> #13620calculationsCol
parameter from MultiDocumentAssembler in Python that doesn't actually exist Removed parameter calculationsCol #13594📖 Documentation
Community support
and show off how you use Spark NLP!
Python
#PyPI pip install spark-nlp==4.3.2
Spark Packages
spark-nlp on Apache Spark 3.0.x, 3.1.x, 3.2.x, and 3.3.x (Scala 2.12):
GPU
Apple Silicon (M1 & M2)
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-silicon:
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.3.2.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.3.2.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-silicon-assembly-4.3.2.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.3.2.jar
Installation
What's Changed
New Contributors
Full Changelog: 4.3.1...4.3.2
This discussion was created from the release John Snow Labs Spark-NLP 4.3.2: Patch release.
Beta Was this translation helpful? Give feedback.
All reactions