Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/4.2.0' into release/4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
C-K-Loan committed Mar 20, 2023
2 parents bd8570c + 7e784cf commit 7cf8832
Show file tree
Hide file tree
Showing 45 changed files with 4,256 additions and 1,013 deletions.
95 changes: 63 additions & 32 deletions docs/_data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,55 +17,86 @@ header:
url: /docs/en/notebooks
key: tutorial_notebooks
- title: Spellbook
url: /docs/en/spellbook
url: /docs/en/namespace
key: tutorial_notebooks

- title: '<span style="color: #FF8A00;"><i class="fab fa-github fa-2x"></i></span>'
url: https://github.com/JohnSnowLabs/nlu
- title: '<span style="color: #FF8A00;"><i class="fab fa-slack-hash fa-2x"></i></span>'
url: https://join.slack.com/t/spark-nlp/shared_invite/zt-lutct9gm-kuUazcyFKhuGY3_0AMkxqA
docs-en:
- title: NLU
- title: Open Source NLP
children:
- title: Installation
url: /docs/en/install
- title: Usage
- title: Quick Start
url: /docs/en/concepts
- title: General Examples
url: /docs/en/examples
- title: NLU for Healthcare
url: /docs/en/nlu_for_healthcare
- title: NLU for Healthcare Examples
url: /docs/en/examples_hc
- title: NLU for OCR
url: /docs/en/nlu_for_ocr
- title: Training Models
- title: nlp.load()
url: /docs/en/load_api
- title: predict()
url: /docs/en/predict_api
- title: fit()
url: /docs/en/training
- title: Tutorial Notebooks
url: /docs/en/notebooks
- title: Visualization Examples
- title: viz()
url: /docs/en/viz_examples
- title: Streamlit Visualizations
- title: dashboard()
url: /docs/en/streamlit_viz_examples
key: streamlit_viz
- title: Spellbook
url: /docs/en/spellbook
- title: Utils for Spark NLP
- title: 1-liner Tutorial Notebooks
url: /docs/en/notebooks
- title: 1-liners Reference
url: /docs/en/examples
- title: NLP Pipelines
url: /docs/en/nlp_pipes
key: nlp_pipes
- title: NLP Display
url: https://nlp.johnsnowlabs.com/docs/en/display
key: nlp_display
- title: Annotation Lab
url: https://nlp.johnsnowlabs.com/docs/en/utility_helper_modules
key: nlp_display
- title: NLP Utilities
url: /docs/en/utils_for_spark_nlp


- title: Documentation
- title: Models Namespace
url: /docs/en/namespace
- title: NLU Release Notes
url: /docs/en/release_notes
- title: Release Notes
url: /docs/en/jsl-release-notes
- title: Licensed NLP
children:
- title: NLU Load Function
url: /docs/en/load_api
- title: NLU Predict Function
url: /docs/en/predict_api

- title: Installation
url: /docs/en/install_licensed_quick
- title: Visual NLP
url: /docs/en/quickstart_visual
- title: Medical NLP
url: /docs/en/quickstart_medical
- title: Finance NLP
url: /docs/en/quickstart_finance
- title: Legal NLP
url: /docs/en/quickstart_legal
- title: Visual NLP 1-Liners
url: /docs/en/nlu_for_ocr
- title: Medical NLP 1-Liners
url: /docs/en/examples_hc
- title: Medical NLP 1-Liners Reference
url: /docs/en/nlu_for_healthcare

# - title: Pydocs
# url: /api/
- title: Release Notes
url: /docs/en/release_notes
- title: Advanced Topics
children:
- title: Custom Installation
url: /docs/en/install_advanced
- title: License Management
url: /docs/en/license_management
- title: Configuring Session
url: /docs/en/start-a-sparksession
- title: Settings & Cache Folder
url: /docs/en/john-snow-labs-home
- title: Utilities for Databricks
url: /docs/en/databricks-utils
- title: Release Testing Utilities
url: /docs/en/testing-utils
- title: Module Structure
url: /docs/en/import-structure


extras:
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/scripts/lib/toc.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
$root.append($tocUl);
$headings.each(function() {
var $this = $(this);
$tocUl.append($('<li style="white-space: normal !important;" ></li>').addClass('toc-' + $this.prop('tagName').toLowerCase())
$tocUl.append($('<li style="white-space: normal !important;" ></li>').addClass('toc-' + $this.prop('tagName').toLowerCase() + ' ' + $this.prop('className'))
.css("white-space", "normal !important")
.append($('<a></a>').text($this.text()).attr('href', '#' + $this.prop('id'))));
});
Expand Down
15 changes: 15 additions & 0 deletions docs/_sass/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ header {
li {
margin: 0 0 10px;
white-space: normal;
overflow: visible;
&.toc-h3 {
margin-bottom: 10px;
position: relative;
Expand All @@ -359,6 +360,7 @@ header {
font-size: 15px;
line-height: 20px;
margin: 0;
position: relative;
font-weight: normal;
color: $color-darkblue;
border: none;
Expand All @@ -370,6 +372,19 @@ header {
color: $color-blue;
font-weight: bold;
}
&.h2-select a {
font-size: 16px;
&:before {
content: '';
position: absolute;
width: 100%;
height: 1px;
left: 0;
bottom: -3px;
background: #536b76;
display: block;
}
}
}
}
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/jsl_lib/start/start.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions docs/en/NLU_under_the_hood.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ permalink: /docs/en/under_the_hood
modify_date: "2019-05-16"
---

<div class="main-docs" markdown="1">

<div class="h3-box" markdown="1">
<div class="main-docs" markdown="1"><div class="h3-box" markdown="1">

This page acts as reference on the internal working and implementation of NLU.
It acts as a reference for internal development and open source contributers.
Expand Down
Loading

0 comments on commit 7cf8832

Please sign in to comment.