spark-corenlp
spark-corenlp copied to clipboard
Function for getting set of all possible POS tags
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?