databricks / spark-corenlp

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

Using from Databricks Community Edition #20

Closed KevinMellott91 closed 5 years ago

KevinMellott91 commented 7 years ago

I'm trying to use this library from a Databricks CE notebook, by adding the Stanford NLP library as well as this library as dependencies. However, I get an error indicating that this library is not recognized.

Do you know if it is possible to consume this library using Databricks Community Edition notebook?

mengxr commented 5 years ago

I published a tutorial notebook at https://databricks-prod-cloudfront.cloud.databricks.com/public/4027ec902e239c93eaaa8714f173bcfc/1233855/2525252271544442/588180/latest.html to use the latest release on Databricks Community Edition. I will include it in the README after some polish.