master / spark-stemming

Spark MLlib wrapper for the Snowball framework
BSD 2-Clause "Simplified" License
33 stars 20 forks source link

unresolved dependency #3

Closed Kesavan21u closed 7 years ago

Kesavan21u commented 7 years ago

when installing the sbt file in the Intellij idea. It shows error like Unresolved dependency.

mohammedi-haroune commented 7 years ago

same case for me, @Kesavan21u did you resolved the issue ?

Kesavan21u commented 7 years ago

@mohammedi-haroune No, I used a standford coreNLP Lemmatization in my project

mohammedi-haroune commented 7 years ago

@Kesavan21u thanks for your response I'll take a look

Timoeller commented 7 years ago

I also stumbled upon this problem. You need to add another resolver to your build.sbt: resolvers ++= Seq("spark-stemming" at "https://dl.bintray.com/spark-packages/maven/")

and import dependency: "master" % "spark-stemming" % "0.1.1" not version 0.1.2