databricks / spark-corenlp

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

Function for getting set of all possible POS tags #42

Open jeremymiller00 opened 5 years ago

jeremymiller00 commented 5 years ago

Could we have a spark wrapper for this function: https://github.com/stanfordnlp/CoreNLP/blob/5fdbfb209069276e95e1765093df9855d2cf2c38/src/edu/stanford/nlp/tagger/maxent/TTags.java#L288

to get the set of all possible POS tags, not that tags of a particular sentence?