Kevin Zhao
Kevin Zhao

Reputation: 2143

Stanford NLP: Chinese Part of Speech labels?

I am trying to find a table explaining each label in the Chinese part-of-speech tagger for the 2015.1.30 version. I couldn't find anything on this topic. The closest thing I could find was in the "Morphological features help POS tagging of unknown words across language varieties" article, but it doesn't explain what VC represent. I would love to get an updated list.

Upvotes: 0

Views: 789

Answers (1)

Christopher Manning
Christopher Manning

Reputation: 9450

We use the tag set of the (Penn/LDC/Brandeis/UC Boulder) Chinese Treebank.

See here for details on the tag set: http://www.cis.upenn.edu/~chinese/

This was documented in the parser FAQ, but I'll add it to the tagger FAQ.

Upvotes: 1

Related Questions