databricks / spark-corenlp

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

Dynamic Property file load support #39

Open lizhizhou opened 5 years ago

lizhizhou commented 5 years ago

In order to support other languages like Chinese, we should load different property based on the language. In this commit, I use Java property to support load Corenlp property file dynamiclly.