databricks / spark-corenlp

Stanford CoreNLP wrapper for Apache Spark
GNU General Public License v3.0
422 stars 120 forks source link

Cannot use version 0.3.0 with SBT #28

Open j-planet opened 6 years ago

j-planet commented 6 years ago

Hi there, a Scala newbie question. I'm trying to use this package. However,

Anyone else who has got this working, please help by providing more detailed setup instructions. Thx!!

LambdaVex commented 6 years ago

I can probably help you get the jar as they are posted here in the maven repository (Check Files): https://mvnrepository.com/artifact/databricks/spark-corenlp/0.2.0-s_2.11

but I gotta tell you that although I was able to import the jar and libraries in my code, I couldn't run the example provided in the README.md section of this repo