Skip to content
This repository was archived by the owner on Aug 12, 2021. It is now read-only.

Commit c3e41cd

Browse files
committed
Fixed indices
1 parent a4ccb15 commit c3e41cd

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Take a look at our official Spark NLP page: [http://nlp.johnsnowlabs.com/](http:
3030
* [Italian](#italian---pipelines)
3131

3232
* [Licensed Enterprise](#licensed-enterprise)
33-
* [English](#english---licensed)
3433

3534
# Pretrained Models
3635

@@ -114,7 +113,8 @@ Take a look at our official Spark NLP page: [http://nlp.johnsnowlabs.com/](http:
114113
| WordEmbeddings (GloVe) | `glove_6B_300` | | | [Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/glove_6B_300_xx_2.0.2_2.4_1559059806004.zip) |
115114
| BertEmbeddings (multi_cased) | `bert_multi_cased` | | | [Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_multi_cased_xx_2.2.0_2.4_1566674716493.zip) |
116115

117-
## English - Pipelines
116+
## Pretrained Pipelines
117+
### English - Pipelines
118118

119119
**NOTE:**
120120
`noncontrib` pipelines are compatible with `Windows` operating systems.
@@ -141,7 +141,7 @@ Take a look at our official Spark NLP page: [http://nlp.johnsnowlabs.com/](http:
141141
| Analyze Sentiment | `analyze_sentiment` | | | [Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/analyze_sentiment_en_2.1.0_2.4_1563204637489.zip) |
142142
| Dependency Parse | `dependency_parse` | | | [Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dependency_parse_en_2.1.0_2.4_1563224147733.zip) |
143143

144-
## French - Pipelines
144+
### French - Pipelines
145145

146146
| Pipeline | Name | Build | Details | Offline |
147147
|:-------------------------|:---------------------------|:------|:--------|:--------------------------------------------------------------------------------------------------------------------------------|
@@ -150,7 +150,7 @@ Take a look at our official Spark NLP page: [http://nlp.johnsnowlabs.com/](http:
150150
| Entity Recognizer Large | `entity_recognizer_lg` | | | [Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/entity_recognizer_lg_fr_2.1.0_2.4_1563180776696.zip) |
151151
| Entity Recognizer Medium | `entity_recognizer_md` | | | [Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/entity_recognizer_md_fr_2.1.0_2.4_1563182745366.zip) |
152152

153-
## Italian - Pipelines
153+
### Italian - Pipelines
154154

155155
| Pipeline | Name | Build | Details | Offline |
156156
|:-------------------------|:----------------------------|:------|:--------|:--------------------------------------------------------------------------------------------------------------------------------|
@@ -159,11 +159,12 @@ Take a look at our official Spark NLP page: [http://nlp.johnsnowlabs.com/](http:
159159
| Entity Recognizer Large | `entity_recognizer_lg` | | | [Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/entity_recognizer_lg_it_2.1.0_2.4_1563184543759.zip) |
160160
| Entity Recognizer Medium | `entity_recognizer_md` | | | [Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/entity_recognizer_md_it_2.1.0_2.4_1563186026810.zip) |
161161

162-
## Licensed Enterprise - Spark NLP For Healthcare
162+
# Licensed Enterprise
163163

164164
`pretrained(name, lang)` function to use
165165

166-
### English - Pretrained Models
166+
## Pretrained Models - Spark NLP For Healthcare
167+
### English
167168

168169
It is required to specify 3rd argument to `pretrained(name, lang, loc)` function (location) to add the location of these
169170

0 commit comments

Comments
 (0)