{%- if child.image.is_row -%}
{%- endif -%}
diff --git a/docs/_includes/scripts/programmingLanguageSwitcherScalaPython.js b/docs/_includes/scripts/programmingLanguageSwitcherScalaPython.js
index b77e167f97..2767cafad1 100644
--- a/docs/_includes/scripts/programmingLanguageSwitcherScalaPython.js
+++ b/docs/_includes/scripts/programmingLanguageSwitcherScalaPython.js
@@ -112,24 +112,6 @@ tabs({
tabsContentSelector: '.tabs-item',
activeClass: 'tabheader_active'
});
-
-
-
-
-/* tabs({
- tabsWrapperSelector: '.tabs-box',
- tabsParentSelector: '.tabs-python-scala-head',
- tabsSelector: '.tab-python-scala-li',
- tabsContentSelector: '.tabs-box .highlighter-rouge',
- activeClass: 'tabheader_active'
-}); */
-/* tabs({
- tabsWrapperSelector: '.tabs-box',
- tabsParentSelector: '.tabs-model-aproach-head',
- tabsSelector: '.tab-li-model-aproach',
- tabsContentSelector: '.tabs-python-scala-box',
- activeClass: 'tabheader_active'
-}); */
tabs({
tabsWrapperSelector: '.tabs-box',
tabsParentSelector: '.tabs-model-aproach-head',
@@ -137,7 +119,6 @@ tabs({
tabsContentSelector: '.tabs-box .highlighter-rouge',
activeClass: 'tabheader_active'
});
-
tabs({
tabsWrapperSelector: '.tabs-new',
tabsParentSelector: '.tabs-python-scala-head',
diff --git a/docs/assets/images/ER_DRUG.svg b/docs/assets/images/ER_DRUG.svg
new file mode 100644
index 0000000000..c32489f6da
--- /dev/null
+++ b/docs/assets/images/ER_DRUG.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Financial_NER_on_AspectBased_Sentiment_Analysis.svg b/docs/assets/images/Financial_NER_on_AspectBased_Sentiment_Analysis.svg
new file mode 100644
index 0000000000..1da9510734
--- /dev/null
+++ b/docs/assets/images/Financial_NER_on_AspectBased_Sentiment_Analysis.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Legal_Contract_NLI.svg b/docs/assets/images/Legal_Contract_NLI.svg
new file mode 100644
index 0000000000..197506259a
--- /dev/null
+++ b/docs/assets/images/Legal_Contract_NLI.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/demos/legal_text_classification.md b/docs/demos/legal_text_classification.md
index 591a13401f..0ce0779695 100644
--- a/docs/demos/legal_text_classification.md
+++ b/docs/demos/legal_text_classification.md
@@ -105,4 +105,16 @@ data:
- text: Colab
type: blue_btn
url:
+ - title: Legal Contract NLI
+ id: legal_contract_nli
+ image:
+ src: /assets/images/Legal_Contract_NLI.svg
+ excerpt: This is a text-to-text generation model (encode-decoder architecture) that has undergone fine-tuning on contract for Natural Language Inference on in-house curated dataset, aiming to streamline and expedite the contract review process. The objective of this task is to provide a system with a set of hypotheses, like “Some obligations of Agreement may survive termination,” along with a contract, and task it with classifying whether each hypothesis is entailed, contradicted, or not mentioned (neutral) by the contract.
+ actions:
+ - text: Live Demo
+ type: normal
+ url: https://demo.johnsnowlabs.com/legal/LEGGEN_CONTRACT_NLI/
+ - text: Colab
+ type: blue_btn
+ url:
---
\ No newline at end of file
diff --git a/docs/demos/resolve_entities_codes.md b/docs/demos/resolve_entities_codes.md
index 3ffd74d03e..22f6737916 100644
--- a/docs/demos/resolve_entities_codes.md
+++ b/docs/demos/resolve_entities_codes.md
@@ -190,4 +190,16 @@ data:
- text: Colab
type: blue_btn
url:
+ - title: ER_DRUG
+ id: er_drug
+ image:
+ src: /assets/images/ER_DRUG.svg
+ excerpt: Mapping RxNorm and RxNorm Extension Codes with Corresponding Drug Brand Names, Actions and Treatments.
+ actions:
+ - text: Live Demo
+ type: normal
+ url: https://demo.johnsnowlabs.com/healthcare/ER_DRUG/
+ - text: Colab
+ type: blue_btn
+ url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/healthcare-nlp/06.0.Chunk_Mapping.ipynb
---
diff --git a/docs/demos/understand_financial_entities_context.md b/docs/demos/understand_financial_entities_context.md
index ae6704a293..db1b41a5ed 100644
--- a/docs/demos/understand_financial_entities_context.md
+++ b/docs/demos/understand_financial_entities_context.md
@@ -81,4 +81,16 @@ data:
- text: Colab
type: blue_btn
url:
+ - title: Financial NER on Aspect-Based Sentiment Analysis
+ id: financial_ner_aspect_based_sentiment_analysis
+ image:
+ src: /assets/images/Financial_NER_on_AspectBased_Sentiment_Analysis.svg
+ excerpt: This NER model identifies entities that can be associated with a financial sentiment. The model is designed to be used with the associated Assertion Status model that classifies the entities into a sentiment category.
+ actions:
+ - text: Live Demo
+ type: normal
+ url: https://demo.johnsnowlabs.com/finance/ASPECT_BASED_SENTIMENT/
+ - text: Colab
+ type: blue_btn
+ url:
---
\ No newline at end of file