spark-corenlp icon indicating copy to clipboard operation
spark-corenlp copied to clipboard

Function for getting set of all possible POS tags

Open jeremymiller00 opened this issue 6 years ago • 0 comments

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?

jeremymiller00 avatar May 10 '19 16:05 jeremymiller00