5 ms·
What are you doing for Chinese word segmentation/pinyin?
by dirteater_ 3mo ago
What are you doing for Chinese word segmentation/pinyin?
- alder 3mo agoFor segmentation and POS I rely on spaCy zh_core_web_sm, pinyin from pypinyin library. Also the small correction level on top. But I am not a Chinese language expert to judge if it really works and I'll rely on feedback from the users to improve it.