go-ego / gse

Go efficient multilingual NLP and text segmentation; support English, Chinese, Japanese and others.
Apache License 2.0
2.57k stars 215 forks source link

What do the POS codes correspond to? #185

Open Destaq opened 10 months ago

Destaq commented 10 months ago

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?