Y
Hacker News
new
|
ask
|
show
|
jobs
by
dirteater_
1 hour ago
What are you doing for Chinese word segmentation/pinyin?
1 comments
alder
37 minutes ago
For 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.
link