WorksApplications/SudachiPy

What's the tagset used by SudachiPy?

BLKSerene opened this issue · 3 comments

Hi, thanks for the great SudachiPy and I'm using it in my own project. I'm wondering that is there any reference for the tagset used by SudachiPy, since I want to convert the POS tags to universal POS tags?

@BLKSerene Thank you for using and FB !

@kazuma-t Is there postag list, used in Sudachi, on public URL ?

fhudi commented

Hi @BLKSerene, Sudachi is based on UniDic

You can use following public URL as a reference: https://hayashibe.jp/tr/mecab/dictionary/unidic/pos

@lintaoren Thanks for the information!