Skip to content

Commit

Permalink
updated md (#1528)
Browse files Browse the repository at this point in the history
  • Loading branch information
akrztrk authored Oct 7, 2024
1 parent 7164f73 commit c7b88b8
Show file tree
Hide file tree
Showing 7 changed files with 1,413 additions and 495 deletions.
1 change: 1 addition & 0 deletions docs/_includes/docs-healthcare-pagination.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</li>
</ul>
<ul class="pagination owl-carousel pagination_big">
<li><a href="release_notes_5_5_0">5.5.0</a></li>
<li><a href="release_notes_5_4_1">5.4.1</a></li>
<li><a href="release_notes_5_4_0">5.4.0</a></li>
<li><a href="release_notes_5_3_3">5.3.3</a></li>
Expand Down
13 changes: 13 additions & 0 deletions docs/en/licensed_annotator_entries/DocumentFiltererByNER.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ DOCUMENT
{%- endcapture -%}



{%- capture model_python_medical -%}

documentAssembler = nlp.DocumentAssembler()\
Expand Down Expand Up @@ -193,6 +194,16 @@ result.show(false)
[DocumentFiltererByNER](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/Spark_NLP_Udemy_MOOC/Healthcare_NLP/DocumentFiltererByNER.ipynb)
{%- endcapture -%}

{%- capture model_api_link -%}
[DocumentFiltererByNER](https://nlp.johnsnowlabs.com/licensed/api/com/johnsnowlabs/nlp/annotators/DocumentFiltererByNER.html)
{%- endcapture -%}

{%- capture model_python_api_link -%}
[DocumentFiltererByNER](https://nlp.johnsnowlabs.com/licensed/api/python/reference/autosummary/sparknlp_jsl/annotator/document_filterer_by_ner/index.html#)
{%- endcapture -%}



{% include templates/licensed_approach_model_medical_fin_leg_template.md
title=title
model=model
Expand All @@ -202,4 +213,6 @@ model_output_anno=model_output_anno
model_python_medical=model_python_medical
model_scala_medical=model_scala_medical
model_notebook_link=model_notebook_link
model_api_link=model_api_link
model_python_api_link=model_python_api_link
%}
5 changes: 5 additions & 0 deletions docs/en/licensed_annotator_entries/LargeFewShotClassifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ result.select(col("text"), col("prediction.result").getItem(0).alias("result")).
[LargeFewShotClassifier](https://nlp.johnsnowlabs.com/licensed/api/com/johnsnowlabs/nlp/annotators/deid/LargeFewShotClassifier.html)
{%- endcapture -%}

{%- capture model_python_api_link -%}
[LargeFewShotClassifier](https://nlp.johnsnowlabs.com/licensed/api/python/reference/autosummary/sparknlp_jsl/annotator/classification/large_few_shot_classifier/index.html#)
{%- endcapture -%}

{%- capture model_notebook_link -%}
[Mapper2Chunk](https://https://github.com/JohnSnowLabs/spark-nlp-workshop/tree/master/tutorials/Certification_Trainings/Healthcare/30.4.Text_Classification_with_LargeFewShotClassifier.ipynb)
{%- endcapture -%}
Expand All @@ -132,5 +136,6 @@ model_output_anno=model_output_anno
model_python_medical=model_python_medical
model_scala_medical=model_scala_medical
model_api_link=model_api_link
model_python_api_link=model_python_api_link
model_notebook_link=model_notebook_link
%}
4 changes: 2 additions & 2 deletions docs/en/licensed_annotator_entries/Mapper2Chunk.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@ val res = mapperPipeline.fit(test_data).transform(test_data)
{%- endcapture -%}

{%- capture model_api_link -%}
[Mapper2Chunk]()
[Mapper2Chunk](https://nlp.johnsnowlabs.com/licensed/api/com/johnsnowlabs/nlp/annotators/chunker/Mapper2Chunk.html)
{%- endcapture -%}

{%- capture model_python_api_link -%}
[Mapper2Chunk]()
[Mapper2Chunk](https://nlp.johnsnowlabs.com/licensed/api/python/reference/autosummary/sparknlp_jsl/annotator/chunker/mapper2_chunk/index.html#)
{%- endcapture -%}

{%- capture model_notebook_link -%}
Expand Down
1 change: 1 addition & 0 deletions docs/en/licensed_version_compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ sidebar:
{:.table-model-big}
| Spark NLP for Healthcare | Spark NLP (Public) |
|---------------------------|--------------------|
| 5.5.0 | 5.5.0 |
| 5.4.1 | 5.4.1 |
| 5.4.0 | 5.4.0 |
| 5.3.3 | 5.3.2 |
Expand Down
1,068 changes: 575 additions & 493 deletions docs/en/spark_nlp_healthcare_versions/licensed_release_notes.md

Large diffs are not rendered by default.

816 changes: 816 additions & 0 deletions docs/en/spark_nlp_healthcare_versions/release_notes_5_5_0.md

Large diffs are not rendered by default.

0 comments on commit c7b88b8

Please sign in to comment.