Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Commit d8a1148

Browse files
author
Bruno Silva
committed
Removing NLP and changing spark version to be compatible with DL4J.
1 parent 185ac37 commit d8a1148

File tree

2 files changed

+3
-104
lines changed

2 files changed

+3
-104
lines changed

build.sbt

+3-5
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ scalaVersion := "2.11.12"
66

77
classpathTypes += "maven-plugin"
88

9-
libraryDependencies += "org.apache.spark" %% "spark-mllib" % "2.3.0"
9+
libraryDependencies += "org.apache.spark" %% "spark-mllib" % "2.1.0"
1010

11-
libraryDependencies += "org.apache.spark" %% "spark-hive" % "2.3.0"
11+
libraryDependencies += "org.apache.spark" %% "spark-hive" % "2.1.0"
1212

13-
libraryDependencies += "org.apache.spark" %% "spark-sql" % "2.3.0"
14-
15-
libraryDependencies += "com.johnsnowlabs.nlp" %% "spark-nlp" % "1.5.1"
13+
libraryDependencies += "org.apache.spark" %% "spark-sql" % "2.1.0"
1614

1715
libraryDependencies += "org.deeplearning4j" %% "dl4j-spark-ml" % "0.9.1_spark_2"
1816

src/main/scala/com/dev/bruno/ml/nlp/NLP.scala

-99
This file was deleted.

0 commit comments

Comments
 (0)