File tree 5 files changed +35
-6
lines changed
5 files changed +35
-6
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,26 @@ sidebar:
16
16
See [ Github Releases] ( https://github.com/JohnSnowLabs/johnsnowlabs/releases ) for detailed information on Release History and Features
17
17
18
18
19
+
20
+ ## 5.5.2
21
+ Release date: 12-05-2024
22
+
23
+ The John Snow Labs 5.5.2 Library released with the following pre-installed and recommended dependencies
24
+
25
+ {:.table-model-big}
26
+ | Library | Version |
27
+ | -----------------------------------------------------------------------------------------| ------------|
28
+ | [ Visual NLP] ( https://nlp.johnsnowlabs.com/docs/en/spark_ocr_versions/ocr_release_notes ) | ` 5.4.2 ` |
29
+ | [ Enterprise NLP] ( https://nlp.johnsnowlabs.com/docs/en/licensed_annotators ) | ` 5.5.1 ` |
30
+ | [ Finance NLP] ( https://nlp.johnsnowlabs.com/docs/en/financial_release_notes ) | ` 1.X.X ` |
31
+ | [ Legal NLP] ( https://nlp.johnsnowlabs.com/docs/en/legal_release_notes ) | ` 1.X.X ` |
32
+ | [ NLU] ( https://github.com/JohnSnowLabs/nlu/releases ) | ` 5.4.1 ` |
33
+ | [ Spark-NLP-Display] ( https://sparknlp.org/docs/en/display ) | ` 5.0 ` |
34
+ | [ Spark-NLP] ( https://github.com/JohnSnowLabs/spark-nlp/releases/ ) | ` 5.5.1 ` |
35
+ | [ Pyspark] ( https://spark.apache.org/docs/latest/api/python/ ) | ` 3.4.0 ` |
36
+
37
+
38
+
19
39
## 5.5.1
20
40
Release date: 11-17-2024
21
41
Original file line number Diff line number Diff line change 125
125
DocumentFiltererByNER ,
126
126
REChunkMerger ,
127
127
ContextualEntityFilterer ,
128
+ ContextualEntityRuler ,
129
+ PretrainedZeroShotNER ,
130
+ StructuredJsonConverter ,
128
131
)
129
132
130
133
from sparknlp_jsl .modelTracer import ModelTracer
Original file line number Diff line number Diff line change 123
123
DocumentFiltererByNER ,
124
124
REChunkMerger ,
125
125
ContextualEntityFilterer ,
126
+ ContextualEntityRuler ,
127
+ PretrainedZeroShotNER ,
128
+ StructuredJsonConverter ,
126
129
)
127
130
from sparknlp_jsl .modelTracer import ModelTracer
128
131
from sparknlp_jsl .pipeline_tracer import PipelineTracer
Original file line number Diff line number Diff line change 100
100
DocumentFiltererByNER ,
101
101
REChunkMerger ,
102
102
ContextualEntityFilterer ,
103
+ ContextualEntityRuler ,
104
+ PretrainedZeroShotNER ,
105
+ StructuredJsonConverter ,
103
106
)
104
107
from sparknlp_jsl .structured_deidentification import StructuredDeidentification
105
108
from sparknlp_jsl .text_to_documents_columns import TextToDocumentsColumns
Original file line number Diff line number Diff line change 10
10
11
11
# These versions are used for auto-installs and version checks
12
12
13
- raw_version_jsl_lib = "5.5.1 "
13
+ raw_version_jsl_lib = "5.5.2 "
14
14
15
- raw_version_nlp = "5.5.0 "
15
+ raw_version_nlp = "5.5.1 "
16
16
17
17
raw_version_nlu = "5.4.1"
18
18
19
19
20
20
raw_version_pyspark = "3.4.0"
21
21
raw_version_nlp_display = "5.0"
22
22
23
- raw_version_medical = "5.5.0 "
24
- raw_version_secret_medical = "5.5.0 "
23
+ raw_version_medical = "5.5.1 "
24
+ raw_version_secret_medical = "5.5.1 "
25
25
26
- raw_version_secret_ocr = "5.4.1 "
27
- raw_version_ocr = "5.4.1 "
26
+ raw_version_secret_ocr = "5.4.2 "
27
+ raw_version_ocr = "5.4.2 "
28
28
29
29
raw_version_pydantic = "2"
30
30
You can’t perform that action at this time.
0 commit comments