We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f67a13 commit f6908f7Copy full SHA for f6908f7
R/dependencies.R
@@ -1,4 +1,4 @@
1
-spark_nlp_version <- "3.3.2"
+spark_nlp_version <- "3.3.4"
2
3
spark_jsl_version <- function() {
4
secretCode <- Sys.getenv("SPARK_NLP_SECRET_CODE", unset = NA)
README.md
@@ -60,6 +60,7 @@ is created with `spark_connect`. This is usually the latest version.
60
| 0.8.x | 3.1.2 |
61
| 0.9.x | 3.3.0 |
62
| 0.10.x | 3.3.1 |
63
+| 0.11.x | 3.3.4 |
64
65
The function `nlp_version()`
66
will show you the version that will be used. If you wish to change the version call
0 commit comments