Skip to content

Commit

Permalink
add missing ChunkFiltererApproach, version bump and docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
C-K-Loan committed Jul 4, 2023
1 parent 29eb65d commit d7f8e4f
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 1 deletion.
22 changes: 22 additions & 0 deletions docs/en/jsl/jsl_release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,28 @@ sidebar:
See [Github Releases](https://github.com/JohnSnowLabs/johnsnowlabs/releases) for detailed information on Release History and Features.


## 4.4.10
Release date: 8-5-2023

The John Snow Labs 4.4.9 Library released with the following pre-installed and recommended dependencies


| Library | Version |
|-----------------------------------------------------------------------------|---------|
| [Visual NLP](https://nlp.johnsnowlabs.com/docs/en/jsl/ocr_release_notes) | `4.4.3` |
| [Enterprise NLP](https://nlp.johnsnowlabs.com/docs/en/jsl/licensed_annotators) | `4.4.4` |
| [Finance NLP](https://nlp.johnsnowlabs.com/docs/en/jsl/financial_release_notes) | `1.X.X` |
| [Legal NLP](https://nlp.johnsnowlabs.com/docs/en/jsl/legal_release_notes) | `1.X.X` |
| [NLU](https://github.com/JohnSnowLabs/nlu/releases) | `4.2.2` |
| [Spark-NLP-Display](https://nlp.johnsnowlabs.com/docs/en/jsl/display) | `4.4` |
| [Spark-NLP](https://github.com/JohnSnowLabs/spark-nlp/releases/) | `4.4.1` |
| [Pyspark](https://spark.apache.org/docs/latest/api/python/) | `3.1.2` |






## 4.4.9
Release date: 8-4-2023

Expand Down
1 change: 1 addition & 0 deletions johnsnowlabs/finance.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
Doc2ChunkInternal,
Chunk2Token,
ExtractiveSummarization,
ChunkFiltererApproach,
)

from sparknlp_jsl.modelTracer import ModelTracer
Expand Down
1 change: 1 addition & 0 deletions johnsnowlabs/legal.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
Doc2ChunkInternal,
Chunk2Token,
ExtractiveSummarization,
ChunkFiltererApproach,
)
from sparknlp_jsl.modelTracer import ModelTracer

Expand Down
1 change: 1 addition & 0 deletions johnsnowlabs/medical.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
Doc2ChunkInternal,
Chunk2Token,
ExtractiveSummarization,
ChunkFiltererApproach,
)
from sparknlp_jsl.structured_deidentification import StructuredDeidentification
from sparknlp_jsl.modelTracer import ModelTracer
Expand Down
2 changes: 1 addition & 1 deletion johnsnowlabs/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# These versions are used for auto-installs and version checks

raw_version_jsl_lib = "4.4.9"
raw_version_jsl_lib = "4.4.10"
raw_version_nlp = "4.4.4"
raw_version_nlu = "4.2.2"

Expand Down

0 comments on commit d7f8e4f

Please sign in to comment.