Skip to content

Commit 6b7eb4b

Browse files
maziyarpanahiAbdullahMubeenAnwardanilojslactions-user
authored
release/542-release-candidate (#14381)
* Adding demo notebook for Image Classification Annotators (#14360) * Upload SwinForImageClassification.ipynb * Uploading ConvNextForImageClassification * [SPARKNLP-1058] Adding aggressiveMatching parameter (#14365) * [SPARKNLP-1059] Adding aggressiveMatching parameter to DocumentSimilarityRanker (#14370) * [SPARKNLP-1059] Adding aggressiveMatching parameter to DocumentSimilarityRanker * [SPARKNLP-1059] Updates Document Similarity Ranker notebook * Bump to 5.4.2 [run doc] * Update Scala and Python APIs * update conda to 5.4.2 [skip test] --------- Co-authored-by: Abdullah mubeen <77073730+AbdullahMubeenAnwar@users.noreply.github.com> Co-authored-by: Danilo Burbano <37355249+danilojsl@users.noreply.github.com> Co-authored-by: github-actions <action@github.com>
1 parent 49b37a5 commit 6b7eb4b

File tree

1,573 files changed

+7425
-5150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,573 files changed

+7425
-5150
lines changed

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
========
2+
5.4.2
3+
========
4+
----------------
5+
New Features & Enhancements
6+
----------------
7+
* Added demo notebook for Image Classification Annotators
8+
* Added aggressiveMatching parameter to DateMatcher and MultiDateMatcher annotators
9+
* Added aggressiveMatching parameter to DocumentSimilarityRanker annotator
10+
11+
12+
113
========
214
5.4.1
315
========

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Spark NLP 5.4.0 has been tested and is compatible with the following EMR release
166166
We are compatible with older EMR releases. For a full list check EMR support in our official [documentation](https://sparknlp.org/docs/en/install#emr-support)
167167

168168
Full list of [Amazon EMR 6.x releases](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-6x.html)
169-
Full list 5.4.1mazon EMR 7.x releases](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-7x.html)
169+
Full list 5.4.2mazon EMR 7.x releases](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-7x.html)
170170

171171
NOTE: The EMR 6.1.0 and 6.1.1 are not supported.
172172

@@ -182,7 +182,7 @@ deployed to Maven central. To add any of our packages as a dependency in your ap
182182
from our official documentation.
183183

184184
If you are interested, there is a simple SBT project for Spark NLP to guide you on how to use it in your
185-
projects [Spark NLP SBT S5.4.1r](https://github.com/maziyarpanahi/spark-nlp-starter)
185+
projects [Spark NLP SBT S5.4.2r](https://github.com/maziyarpanahi/spark-nlp-starter)
186186

187187
### Python
188188

@@ -227,7 +227,7 @@ In Spark NLP we can define S3 locations to:
227227

228228
Please check [these instructions](https://sparknlp.org/docs/en/install#s3-integration) from our official documentation.
229229

230-
## Document5.4.1
230+
## Document5.4.2
231231

232232
### Examples
233233

@@ -260,7 +260,7 @@ the Spark NLP library:
260260
keywords = {Spark, Natural language processing, Deep learning, Tensorflow, Cluster},
261261
abstract = {Spark NLP is a Natural Language Processing (NLP) library built on top of Apache Spark ML. It provides simple, performant & accurate NLP annotations for machine learning pipelines that can scale easily in a distributed environment. Spark NLP comes with 1100+ pretrained pipelines and models in more than 192+ languages. It supports nearly all the NLP tasks and modules that can be used seamlessly in a cluster. Downloaded more than 2.7 million times and experiencing 9x growth since January 2020, Spark NLP is used by 54% of healthcare organizations as the world’s most widely used NLP library in the enterprise.}
262262
}
263-
}5.4.1
263+
}5.4.2
264264
```
265265

266266
## Community support

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name := getPackageName(is_silicon, is_gpu, is_aarch64)
66

77
organization := "com.johnsnowlabs.nlp"
88

9-
version := "5.4.1"
9+
version := "5.4.2"
1010

1111
(ThisBuild / scalaVersion) := scalaVer
1212

conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{% set name = "spark-nlp" %}
2-
{% set version = "5.4.1" %}
2+
{% set version = "5.4.2" %}
33

44
package:
55
name: {{ name|lower }}
66
version: {{ version }}
77

88
source:
99
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/spark-nlp-{{ version }}.tar.gz
10-
sha256: f38125f44f6d8de8c7788c91150b13e8d37f511c99d52fd8769a8b33382febbf
10+
sha256: 182e2db1353cdd9549dd1f7e7c1a4b66c1c33e49424fbe438f1b4474b9dea4cd
1111

1212
build:
1313
noarch: python

docs/_layouts/landing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h3 class="grey h3_title">{{ _section.title }}</h3>
201201
<div class="highlight-box">
202202
{% highlight bash %}
203203
# Using PyPI
204-
$ pip install spark-nlp==5.4.1
204+
$ pip install spark-nlp==5.4.2
205205

206206
# Using Anaconda/Conda
207207
$ conda install -c johnsnowlabs spark-nlp

docs/api/com/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
6-
<title>Spark NLP 5.4.1 ScalaDoc - com</title>
7-
<meta name="description" content="Spark NLP 5.4.1 ScalaDoc - com" />
8-
<meta name="keywords" content="Spark NLP 5.4.1 ScalaDoc com" />
6+
<title>Spark NLP 5.4.2 ScalaDoc - com</title>
7+
<meta name="description" content="Spark NLP 5.4.2 ScalaDoc - com" />
8+
<meta name="keywords" content="Spark NLP 5.4.2 ScalaDoc com" />
99
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
1010

1111

@@ -28,7 +28,7 @@
2828
</head>
2929
<body>
3030
<div id="search">
31-
<span id="doc-title">Spark NLP 5.4.1 ScalaDoc<span id="doc-version"></span></span>
31+
<span id="doc-title">Spark NLP 5.4.2 ScalaDoc<span id="doc-version"></span></span>
3232
<span class="close-results"><span class="left">&lt;</span> Back</span>
3333
<div id="textfilter">
3434
<span class="input">

docs/api/com/johnsnowlabs/client/CloudClient.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
6-
<title>Spark NLP 5.4.1 ScalaDoc - com.johnsnowlabs.client.CloudClient</title>
7-
<meta name="description" content="Spark NLP 5.4.1 ScalaDoc - com.johnsnowlabs.client.CloudClient" />
8-
<meta name="keywords" content="Spark NLP 5.4.1 ScalaDoc com.johnsnowlabs.client.CloudClient" />
6+
<title>Spark NLP 5.4.2 ScalaDoc - com.johnsnowlabs.client.CloudClient</title>
7+
<meta name="description" content="Spark NLP 5.4.2 ScalaDoc - com.johnsnowlabs.client.CloudClient" />
8+
<meta name="keywords" content="Spark NLP 5.4.2 ScalaDoc com.johnsnowlabs.client.CloudClient" />
99
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
1010

1111

@@ -28,7 +28,7 @@
2828
</head>
2929
<body>
3030
<div id="search">
31-
<span id="doc-title">Spark NLP 5.4.1 ScalaDoc<span id="doc-version"></span></span>
31+
<span id="doc-title">Spark NLP 5.4.2 ScalaDoc<span id="doc-version"></span></span>
3232
<span class="close-results"><span class="left">&lt;</span> Back</span>
3333
<div id="textfilter">
3434
<span class="input">

docs/api/com/johnsnowlabs/client/CloudManager.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
6-
<title>Spark NLP 5.4.1 ScalaDoc - com.johnsnowlabs.client.CloudManager</title>
7-
<meta name="description" content="Spark NLP 5.4.1 ScalaDoc - com.johnsnowlabs.client.CloudManager" />
8-
<meta name="keywords" content="Spark NLP 5.4.1 ScalaDoc com.johnsnowlabs.client.CloudManager" />
6+
<title>Spark NLP 5.4.2 ScalaDoc - com.johnsnowlabs.client.CloudManager</title>
7+
<meta name="description" content="Spark NLP 5.4.2 ScalaDoc - com.johnsnowlabs.client.CloudManager" />
8+
<meta name="keywords" content="Spark NLP 5.4.2 ScalaDoc com.johnsnowlabs.client.CloudManager" />
99
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
1010

1111

@@ -28,7 +28,7 @@
2828
</head>
2929
<body>
3030
<div id="search">
31-
<span id="doc-title">Spark NLP 5.4.1 ScalaDoc<span id="doc-version"></span></span>
31+
<span id="doc-title">Spark NLP 5.4.2 ScalaDoc<span id="doc-version"></span></span>
3232
<span class="close-results"><span class="left">&lt;</span> Back</span>
3333
<div id="textfilter">
3434
<span class="input">

docs/api/com/johnsnowlabs/client/CloudResources$.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
6-
<title>Spark NLP 5.4.1 ScalaDoc - com.johnsnowlabs.client.CloudResources</title>
7-
<meta name="description" content="Spark NLP 5.4.1 ScalaDoc - com.johnsnowlabs.client.CloudResources" />
8-
<meta name="keywords" content="Spark NLP 5.4.1 ScalaDoc com.johnsnowlabs.client.CloudResources" />
6+
<title>Spark NLP 5.4.2 ScalaDoc - com.johnsnowlabs.client.CloudResources</title>
7+
<meta name="description" content="Spark NLP 5.4.2 ScalaDoc - com.johnsnowlabs.client.CloudResources" />
8+
<meta name="keywords" content="Spark NLP 5.4.2 ScalaDoc com.johnsnowlabs.client.CloudResources" />
99
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
1010

1111

@@ -28,7 +28,7 @@
2828
</head>
2929
<body>
3030
<div id="search">
31-
<span id="doc-title">Spark NLP 5.4.1 ScalaDoc<span id="doc-version"></span></span>
31+
<span id="doc-title">Spark NLP 5.4.2 ScalaDoc<span id="doc-version"></span></span>
3232
<span class="close-results"><span class="left">&lt;</span> Back</span>
3333
<div id="textfilter">
3434
<span class="input">

docs/api/com/johnsnowlabs/client/CloudStorage.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
6-
<title>Spark NLP 5.4.1 ScalaDoc - com.johnsnowlabs.client.CloudStorage</title>
7-
<meta name="description" content="Spark NLP 5.4.1 ScalaDoc - com.johnsnowlabs.client.CloudStorage" />
8-
<meta name="keywords" content="Spark NLP 5.4.1 ScalaDoc com.johnsnowlabs.client.CloudStorage" />
6+
<title>Spark NLP 5.4.2 ScalaDoc - com.johnsnowlabs.client.CloudStorage</title>
7+
<meta name="description" content="Spark NLP 5.4.2 ScalaDoc - com.johnsnowlabs.client.CloudStorage" />
8+
<meta name="keywords" content="Spark NLP 5.4.2 ScalaDoc com.johnsnowlabs.client.CloudStorage" />
99
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
1010

1111

@@ -28,7 +28,7 @@
2828
</head>
2929
<body>
3030
<div id="search">
31-
<span id="doc-title">Spark NLP 5.4.1 ScalaDoc<span id="doc-version"></span></span>
31+
<span id="doc-title">Spark NLP 5.4.2 ScalaDoc<span id="doc-version"></span></span>
3232
<span class="close-results"><span class="left">&lt;</span> Back</span>
3333
<div id="textfilter">
3434
<span class="input">

docs/api/com/johnsnowlabs/client/aws/AWSAnonymousCredentials.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
6-
<title>Spark NLP 5.4.1 ScalaDoc - com.johnsnowlabs.client.aws.AWSAnonymousCredentials</title>
7-
<meta name="description" content="Spark NLP 5.4.1 ScalaDoc - com.johnsnowlabs.client.aws.AWSAnonymousCredentials" />
8-
<meta name="keywords" content="Spark NLP 5.4.1 ScalaDoc com.johnsnowlabs.client.aws.AWSAnonymousCredentials" />
6+
<title>Spark NLP 5.4.2 ScalaDoc - com.johnsnowlabs.client.aws.AWSAnonymousCredentials</title>
7+
<meta name="description" content="Spark NLP 5.4.2 ScalaDoc - com.johnsnowlabs.client.aws.AWSAnonymousCredentials" />
8+
<meta name="keywords" content="Spark NLP 5.4.2 ScalaDoc com.johnsnowlabs.client.aws.AWSAnonymousCredentials" />
99
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
1010

1111

@@ -28,7 +28,7 @@
2828
</head>
2929
<body>
3030
<div id="search">
31-
<span id="doc-title">Spark NLP 5.4.1 ScalaDoc<span id="doc-version"></span></span>
31+
<span id="doc-title">Spark NLP 5.4.2 ScalaDoc<span id="doc-version"></span></span>
3232
<span class="close-results"><span class="left">&lt;</span> Back</span>
3333
<div id="textfilter">
3434
<span class="input">

docs/api/com/johnsnowlabs/client/aws/AWSBasicCredentials.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
6-
<title>Spark NLP 5.4.1 ScalaDoc - com.johnsnowlabs.client.aws.AWSBasicCredentials</title>
7-
<meta name="description" content="Spark NLP 5.4.1 ScalaDoc - com.johnsnowlabs.client.aws.AWSBasicCredentials" />
8-
<meta name="keywords" content="Spark NLP 5.4.1 ScalaDoc com.johnsnowlabs.client.aws.AWSBasicCredentials" />
6+
<title>Spark NLP 5.4.2 ScalaDoc - com.johnsnowlabs.client.aws.AWSBasicCredentials</title>
7+
<meta name="description" content="Spark NLP 5.4.2 ScalaDoc - com.johnsnowlabs.client.aws.AWSBasicCredentials" />
8+
<meta name="keywords" content="Spark NLP 5.4.2 ScalaDoc com.johnsnowlabs.client.aws.AWSBasicCredentials" />
99
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
1010

1111

@@ -28,7 +28,7 @@
2828
</head>
2929
<body>
3030
<div id="search">
31-
<span id="doc-title">Spark NLP 5.4.1 ScalaDoc<span id="doc-version"></span></span>
31+
<span id="doc-title">Spark NLP 5.4.2 ScalaDoc<span id="doc-version"></span></span>
3232
<span class="close-results"><span class="left">&lt;</span> Back</span>
3333
<div id="textfilter">
3434
<span class="input">

docs/api/com/johnsnowlabs/client/aws/AWSClient.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
6-
<title>Spark NLP 5.4.1 ScalaDoc - com.johnsnowlabs.client.aws.AWSClient</title>
7-
<meta name="description" content="Spark NLP 5.4.1 ScalaDoc - com.johnsnowlabs.client.aws.AWSClient" />
8-
<meta name="keywords" content="Spark NLP 5.4.1 ScalaDoc com.johnsnowlabs.client.aws.AWSClient" />
6+
<title>Spark NLP 5.4.2 ScalaDoc - com.johnsnowlabs.client.aws.AWSClient</title>
7+
<meta name="description" content="Spark NLP 5.4.2 ScalaDoc - com.johnsnowlabs.client.aws.AWSClient" />
8+
<meta name="keywords" content="Spark NLP 5.4.2 ScalaDoc com.johnsnowlabs.client.aws.AWSClient" />
99
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
1010

1111

@@ -28,7 +28,7 @@
2828
</head>
2929
<body>
3030
<div id="search">
31-
<span id="doc-title">Spark NLP 5.4.1 ScalaDoc<span id="doc-version"></span></span>
31+
<span id="doc-title">Spark NLP 5.4.2 ScalaDoc<span id="doc-version"></span></span>
3232
<span class="close-results"><span class="left">&lt;</span> Back</span>
3333
<div id="textfilter">
3434
<span class="input">

docs/api/com/johnsnowlabs/client/aws/AWSCredentialsProvider.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
6-
<title>Spark NLP 5.4.1 ScalaDoc - com.johnsnowlabs.client.aws.AWSCredentialsProvider</title>
7-
<meta name="description" content="Spark NLP 5.4.1 ScalaDoc - com.johnsnowlabs.client.aws.AWSCredentialsProvider" />
8-
<meta name="keywords" content="Spark NLP 5.4.1 ScalaDoc com.johnsnowlabs.client.aws.AWSCredentialsProvider" />
6+
<title>Spark NLP 5.4.2 ScalaDoc - com.johnsnowlabs.client.aws.AWSCredentialsProvider</title>
7+
<meta name="description" content="Spark NLP 5.4.2 ScalaDoc - com.johnsnowlabs.client.aws.AWSCredentialsProvider" />
8+
<meta name="keywords" content="Spark NLP 5.4.2 ScalaDoc com.johnsnowlabs.client.aws.AWSCredentialsProvider" />
99
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
1010

1111

@@ -28,7 +28,7 @@
2828
</head>
2929
<body>
3030
<div id="search">
31-
<span id="doc-title">Spark NLP 5.4.1 ScalaDoc<span id="doc-version"></span></span>
31+
<span id="doc-title">Spark NLP 5.4.2 ScalaDoc<span id="doc-version"></span></span>
3232
<span class="close-results"><span class="left">&lt;</span> Back</span>
3333
<div id="textfilter">
3434
<span class="input">

docs/api/com/johnsnowlabs/client/aws/AWSGateway.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
6-
<title>Spark NLP 5.4.1 ScalaDoc - com.johnsnowlabs.client.aws.AWSGateway</title>
7-
<meta name="description" content="Spark NLP 5.4.1 ScalaDoc - com.johnsnowlabs.client.aws.AWSGateway" />
8-
<meta name="keywords" content="Spark NLP 5.4.1 ScalaDoc com.johnsnowlabs.client.aws.AWSGateway" />
6+
<title>Spark NLP 5.4.2 ScalaDoc - com.johnsnowlabs.client.aws.AWSGateway</title>
7+
<meta name="description" content="Spark NLP 5.4.2 ScalaDoc - com.johnsnowlabs.client.aws.AWSGateway" />
8+
<meta name="keywords" content="Spark NLP 5.4.2 ScalaDoc com.johnsnowlabs.client.aws.AWSGateway" />
99
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
1010

1111

@@ -28,7 +28,7 @@
2828
</head>
2929
<body>
3030
<div id="search">
31-
<span id="doc-title">Spark NLP 5.4.1 ScalaDoc<span id="doc-version"></span></span>
31+
<span id="doc-title">Spark NLP 5.4.2 ScalaDoc<span id="doc-version"></span></span>
3232
<span class="close-results"><span class="left">&lt;</span> Back</span>
3333
<div id="textfilter">
3434
<span class="input">

docs/api/com/johnsnowlabs/client/aws/AWSProfileCredentials.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
6-
<title>Spark NLP 5.4.1 ScalaDoc - com.johnsnowlabs.client.aws.AWSProfileCredentials</title>
7-
<meta name="description" content="Spark NLP 5.4.1 ScalaDoc - com.johnsnowlabs.client.aws.AWSProfileCredentials" />
8-
<meta name="keywords" content="Spark NLP 5.4.1 ScalaDoc com.johnsnowlabs.client.aws.AWSProfileCredentials" />
6+
<title>Spark NLP 5.4.2 ScalaDoc - com.johnsnowlabs.client.aws.AWSProfileCredentials</title>
7+
<meta name="description" content="Spark NLP 5.4.2 ScalaDoc - com.johnsnowlabs.client.aws.AWSProfileCredentials" />
8+
<meta name="keywords" content="Spark NLP 5.4.2 ScalaDoc com.johnsnowlabs.client.aws.AWSProfileCredentials" />
99
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
1010

1111

@@ -28,7 +28,7 @@
2828
</head>
2929
<body>
3030
<div id="search">
31-
<span id="doc-title">Spark NLP 5.4.1 ScalaDoc<span id="doc-version"></span></span>
31+
<span id="doc-title">Spark NLP 5.4.2 ScalaDoc<span id="doc-version"></span></span>
3232
<span class="close-results"><span class="left">&lt;</span> Back</span>
3333
<div id="textfilter">
3434
<span class="input">

docs/api/com/johnsnowlabs/client/aws/AWSTokenCredentials.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
6-
<title>Spark NLP 5.4.1 ScalaDoc - com.johnsnowlabs.client.aws.AWSTokenCredentials</title>
7-
<meta name="description" content="Spark NLP 5.4.1 ScalaDoc - com.johnsnowlabs.client.aws.AWSTokenCredentials" />
8-
<meta name="keywords" content="Spark NLP 5.4.1 ScalaDoc com.johnsnowlabs.client.aws.AWSTokenCredentials" />
6+
<title>Spark NLP 5.4.2 ScalaDoc - com.johnsnowlabs.client.aws.AWSTokenCredentials</title>
7+
<meta name="description" content="Spark NLP 5.4.2 ScalaDoc - com.johnsnowlabs.client.aws.AWSTokenCredentials" />
8+
<meta name="keywords" content="Spark NLP 5.4.2 ScalaDoc com.johnsnowlabs.client.aws.AWSTokenCredentials" />
99
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
1010

1111

@@ -28,7 +28,7 @@
2828
</head>
2929
<body>
3030
<div id="search">
31-
<span id="doc-title">Spark NLP 5.4.1 ScalaDoc<span id="doc-version"></span></span>
31+
<span id="doc-title">Spark NLP 5.4.2 ScalaDoc<span id="doc-version"></span></span>
3232
<span class="close-results"><span class="left">&lt;</span> Back</span>
3333
<div id="textfilter">
3434
<span class="input">

0 commit comments

Comments
 (0)