Skip to content

Commit b87e14d

Browse files
dcecchiniC-K-Loanmaziyarpanahi
authored
Added missing licensed annotators pages (#13271)
* Added links to Python API * Updated licensed utility and helpers docs * Added ModelTracer to utility and helper page * Added AnnotationMerger page * Added BertSentenceChunkEmbeddings page * Added ChunkMapper and ChunkConverter pages * Added DateNormalizer page * Added ChunkMapperFilterer page * Added ChunkMapperFilterer page * Added Doc2ChunkInternal page * Added DocumentHashCoder page * Added ZeroShotNerModel page * Added ZeroShotRelationExtractionModel page * Fix Python API link for CoNLL dataset page * Added ChunkMapperFilterer page * Added ChunkSentenceSplitter page * Added ChunkSentenceSplitter page * Added AssertionChunkConverter page * Add Python API link to license annotator template * Added Risk Adjustments Score Calculation page Co-authored-by: Christian Kasim Loan <[email protected]> Co-authored-by: Maziyar Panahi <[email protected]>
1 parent 4379df7 commit b87e14d

File tree

4 files changed

+273
-10
lines changed

4 files changed

+273
-10
lines changed

docs/_data/navigation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ sparknlp-healthcare:
160160
url: /docs/en/licensed_training
161161
- title: Evaluation
162162
url: /docs/en/evaluation
163+
- title: Risk Adjustments Score Calculation
164+
url: /docs/en/healthcare_risk_adjustments_score_calculation
163165
- title: Utility & Helper Modules
164166
url: /docs/en/utility_helper_modules
165167
- title: Serving Spark NLP&#58 SynapseML

docs/_includes/templates/licensed_approach_model_medical_fin_leg_template.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,8 @@
2525
2626
{% endif %}
2727

28-
{% if include.approach_source_link %}
28+
{% if include.approach_python_api_link %}| **Python API:** {{include.approach_python_api_link}}{% endif %}{% if include.approach_api_link %}| **Scala API:** {{include.approach_api_link}}|{% endif %}
2929

30-
| **Scala API:** {{include.approach_api_link}} | **Source:** {{include.approach_source_link}} |
31-
32-
{% else %}
33-
34-
| **Scala API:** {{include.approach_api_link}} |
35-
36-
{% endif %}
3730
{% if include.approach_python_medical or include.approach_python_finance or include.approach_python_legal %}
3831

3932
<details>
@@ -151,8 +144,10 @@
151144
152145
{% endif %}
153146

147+
154148
{% if include.model_python_api_link %}| **Python API:** {{include.model_python_api_link}}|{% endif %}{% if include.model_api_link %} **Scala API:** {{include.model_api_link}}|{% endif %}{% if include.model_source_link %} **Source:** {{include.model_source_link}}|{% endif %}
155149

150+
156151
{% if include.model_python_medical or include.model_python_finance or include.model_python_legal %}
157152

158153
<details>

docs/en/training_entries/conll.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ trainingData.selectExpr("text", "token.result as tokens", "pos.result as pos", "
8181
[CoNLL](/api/python/reference/autosummary/sparknlp/training/conll/index.html#sparknlp.training.conll.CoNLL)
8282
{%- endcapture -%}
8383

84+
85+
8486
{%- capture source_link -%}
8587
[CoNLL.scala](https://github.com/JohnSnowLabs/spark-nlp/tree/master/src/main/scala/com/johnsnowlabs/nlp/training/CoNLL.scala)
8688
{%- endcapture -%}

0 commit comments

Comments
 (0)