databricks / spark-corenlp

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

Python/PySpark wrapper for StanfordNLP #44

Open ronyarmon opened 4 years ago

ronyarmon commented 4 years ago

With Stanford NLP up and running in Python is there an intention of developing a Python/PySpark wrapper as well? And in the meantime, what would be the best way, say to Lemmatize using Stanford NLP using PySpark? In a UDF?