Skip to content

Commit

Permalink
Added missing licensed annotators pages (#13271)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Jan 12, 2023
1 parent 4379df7 commit b87e14d
Show file tree
Hide file tree
Showing 4 changed files with 273 additions and 10 deletions.
2 changes: 2 additions & 0 deletions docs/_data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ sparknlp-healthcare:
url: /docs/en/licensed_training
- title: Evaluation
url: /docs/en/evaluation
- title: Risk Adjustments Score Calculation
url: /docs/en/healthcare_risk_adjustments_score_calculation
- title: Utility & Helper Modules
url: /docs/en/utility_helper_modules
- title: Serving Spark NLP&#58 SynapseML
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,8 @@
{% endif %}

{% if include.approach_source_link %}
{% 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 %}

| **Scala API:** {{include.approach_api_link}} | **Source:** {{include.approach_source_link}} |

{% else %}

| **Scala API:** {{include.approach_api_link}} |

{% endif %}
{% if include.approach_python_medical or include.approach_python_finance or include.approach_python_legal %}

<details>
Expand Down Expand Up @@ -151,8 +144,10 @@
{% endif %}


{% 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 %}


{% if include.model_python_medical or include.model_python_finance or include.model_python_legal %}

<details>
Expand Down
2 changes: 2 additions & 0 deletions docs/en/training_entries/conll.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ trainingData.selectExpr("text", "token.result as tokens", "pos.result as pos", "
[CoNLL](/api/python/reference/autosummary/sparknlp/training/conll/index.html#sparknlp.training.conll.CoNLL)
{%- endcapture -%}



{%- capture source_link -%}
[CoNLL.scala](https://github.com/JohnSnowLabs/spark-nlp/tree/master/src/main/scala/com/johnsnowlabs/nlp/training/CoNLL.scala)
{%- endcapture -%}
Expand Down
Loading

0 comments on commit b87e14d

Please sign in to comment.