Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/540/addition-new-healthc…
Browse files Browse the repository at this point in the history
…are-annotations' into release/540

# Conflicts:
#	docs/en/jsl/jsl_release_notes.md
#	johnsnowlabs/settings.py
  • Loading branch information
C-K-Loan committed Jul 12, 2024
2 parents 7b81080 + 9bbcca5 commit a4ae153
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 21 deletions.
27 changes: 12 additions & 15 deletions docs/en/jsl/jsl_release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ See [Github Releases](https://github.com/JohnSnowLabs/johnsnowlabs/releases) for



## 5.3.6
# 5.3.6
Release date: 5-22-2024

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


| Library | Version |
Expand All @@ -33,10 +33,7 @@ The John Snow Labs 5.3.6 Library released with the following pre-installed and r
| [Spark-NLP-Display](https://sparknlp.org/docs/en/display) | `5.0` |
| [Spark-NLP](https://github.com/JohnSnowLabs/spark-nlp/releases/) | `5.3.2` |
| [Pyspark](https://spark.apache.org/docs/latest/api/python/) | `3.4.0` |



## 5.3.5
# 5.3.5
Release date: 5-11-2024

The John Snow Labs 5.3.5 Library released with the following pre-installed and recommended dependencies
Expand All @@ -55,7 +52,7 @@ The John Snow Labs 5.3.5 Library released with the following pre-installed and r



## 5.3.4
# 5.3.4
Release date: 4-12-2024

The John Snow Labs 5.3.4 Library released with the following pre-installed and recommended dependencies
Expand All @@ -73,7 +70,7 @@ The John Snow Labs 5.3.4 Library released with the following pre-installed and r
| [Pyspark](https://spark.apache.org/docs/latest/api/python/) | `3.4.0` |


## 5.3.3
# 5.3.3
Release date: 4-5-2024

The John Snow Labs 5.3.3 Library released with the following pre-installed and recommended dependencies
Expand All @@ -92,7 +89,7 @@ The John Snow Labs 5.3.3 Library released with the following pre-installed and r



## 5.3.2
# 5.3.2
Release date: 3-13-2024

The John Snow Labs 5.3.2 Library released with the following pre-installed and recommended dependencies
Expand All @@ -112,26 +109,26 @@ The John Snow Labs 5.3.2 Library released with the following pre-installed and r



## 5.3.1
# 5.3.1
Release date: 3-12-2024

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


| Library | Version |
|-----------------------------------------------------------------------------------------|---------|
| [Visual NLP](https://nlp.johnsnowlabs.com/docs/en/spark_ocr_versions/ocr_release_notes) | `5.3.0` |
| [Enterprise NLP](https://nlp.johnsnowlabs.com/docs/en/licensed_annotators) | `5.3.0` |
| [Visual NLP](https://nlp.johnsnowlabs.com/docs/en/spark_ocr_versions/ocr_release_notes) | `5.1.2` |
| [Enterprise NLP](https://nlp.johnsnowlabs.com/docs/en/licensed_annotators) | `5.2.1` |
| [Finance NLP](https://nlp.johnsnowlabs.com/docs/en/financial_release_notes) | `1.X.X` |
| [Legal NLP](https://nlp.johnsnowlabs.com/docs/en/legal_release_notes) | `1.X.X` |
| [NLU](https://github.com/JohnSnowLabs/nlu/releases) | `5.3.0` |
| [NLU](https://github.com/JohnSnowLabs/nlu/releases) | `5.1.4` |
| [Spark-NLP-Display](https://sparknlp.org/docs/en/display) | `4.4` |
| [Spark-NLP](https://github.com/JohnSnowLabs/spark-nlp/releases/) | `5.3.1` |
| [Pyspark](https://spark.apache.org/docs/latest/api/python/) | `3.4.0` |



## 5.3.0
# 5.3.0
Release date: 3-8-2024

The John Snow Labs 5.3.0 Library released with the following pre-installed and recommended dependencies
Expand Down Expand Up @@ -170,7 +167,7 @@ The John Snow Labs 5.2.8 Library released with the following pre-installed and r



## 5.2.7
# 5.2.7
Release date: 2-15-2024

The John Snow Labs 5.2.7 Library released with the following pre-installed and recommended dependencies
Expand Down
7 changes: 6 additions & 1 deletion johnsnowlabs/finance.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,12 @@
LightDeIdentification,
WindowedSentenceModel,
MultiChunk2Doc,
FewShotAssertionClassifierModel
FewShotAssertionClassifierModel,
FewShotAssertionClassifierApproach,
FewShotAssertionSentenceConverter,
VectorDBPostProcessor,
ContextSplitAssembler,
ContextualAssertion,
)

from sparknlp_jsl.modelTracer import ModelTracer
Expand Down
7 changes: 6 additions & 1 deletion johnsnowlabs/legal.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,12 @@
LightDeIdentification,
WindowedSentenceModel,
MultiChunk2Doc,
FewShotAssertionClassifierModel
FewShotAssertionClassifierModel,
FewShotAssertionClassifierApproach,
FewShotAssertionSentenceConverter,
VectorDBPostProcessor,
ContextSplitAssembler,
ContextualAssertion,
)
from sparknlp_jsl.modelTracer import ModelTracer

Expand Down
8 changes: 7 additions & 1 deletion johnsnowlabs/medical.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,20 @@
LightDeIdentification,
WindowedSentenceModel,
MultiChunk2Doc,
FewShotAssertionClassifierModel
FewShotAssertionClassifierModel,
FewShotAssertionClassifierApproach,
FewShotAssertionSentenceConverter,
VectorDBPostProcessor,
ContextSplitAssembler,
ContextualAssertion,
)
from sparknlp_jsl.structured_deidentification import StructuredDeidentification
from sparknlp_jsl.modelTracer import ModelTracer
from sparknlp_jsl import training_log_parser, Deid
from sparknlp_jsl.training_log_parser import ner_log_parser
from sparknlp_jsl.pipeline_output_parser import PipelineOutputParser
from sparknlp_jsl.updateModels import UpdateModels
from sparknlp_jsl.llm import LLMLoader

from sparknlp_jsl.base import FeaturesAssembler

Expand Down
3 changes: 0 additions & 3 deletions johnsnowlabs/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,7 @@
creds_info_file = os.path.join(license_dir, "info.json")

# databricks paths

dbfs_home_dir = "dbfs:/johnsnowlabs"
dbfs_license_path = f"{dbfs_home_dir}/license.json"
dbfs_info_path = f"{dbfs_home_dir}/info.json"
dbfs_java_dir = f"{dbfs_home_dir}/java_installs"
dbfs_py_dir = f"{dbfs_home_dir}/py_installs"
db_py_jobs_dir = f"{dbfs_home_dir}/py_jobs"
Expand Down

0 comments on commit a4ae153

Please sign in to comment.