We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip install jieba pip install pypinyin from pypinyin import pinyin, lazy_pinyin print lazy_pinyin(u'黄山B股') [u'huang', u'shan', u'B', u'\u80a1']
The text was updated successfully, but these errors were encountered:
@nbsky 嗯,我刚看了一下。 是无法正确处理由分词模块产生的中英文混合词组(比如:B超,维生素C)的问题。 问题已修复。
Sorry, something went wrong.
db18266
No branches or pull requests
pip install jieba
pip install pypinyin
from pypinyin import pinyin, lazy_pinyin
print lazy_pinyin(u'黄山B股')
[u'huang', u'shan', u'B', u'\u80a1']
The text was updated successfully, but these errors were encountered: