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

Commit f51f7d6

Browse files
committed
new release: 2.0
1 parent edf0bab commit f51f7d6

File tree

37 files changed

+22127
-11380
lines changed

37 files changed

+22127
-11380
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ libraryDependencies ++= Seq(
88
"org.apache.spark" %% "spark-core" % "1.3.1" % "provided",
99
"org.apache.spark" %% "spark-mllib" % "1.3.1" % "provided",
1010
"org.xerial.snappy" % "snappy-java" % "1.1.1.7",
11-
"org.apache.opennlp" % "opennlp-tools" % "1.5.3"
11+
"org.apache.opennlp" % "opennlp-tools" % "1.5.3",
12+
"com.github.fommil.netlib" % "core" % "1.1.2"
1213
)
32.2 MB
Binary file not shown.

data/spamData/emails.json renamed to data/emails.json

Lines changed: 10885 additions & 10885 deletions
Large diffs are not rendered by default.

data/import_eventserver.py

Lines changed: 0 additions & 69 deletions
This file was deleted.

data/semanticanalysis.json

Lines changed: 10000 additions & 0 deletions
Large diffs are not rendered by default.

data/stopwords.json

Lines changed: 318 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)