I am trying to figure out what all of the various part-of-speech tags correspond to (e.g. v, uj, l, etc.).
Some of these are fairly obvious but others are not very clear. There is no documentation in the repository and Python's jieba implementation has tags/codes which are sometimes not the same as here.
Could you please share or hyperlink a mapping that I could reference?
I am trying to figure out what all of the various part-of-speech tags correspond to (e.g.
v
,uj
,l
, etc.).Some of these are fairly obvious but others are not very clear. There is no documentation in the repository and Python's
jieba
implementation has tags/codes which are sometimes not the same as here.Could you please share or hyperlink a mapping that I could reference?