gpt4 book ai didi

Python CJKLIB : no pinyin tones

转载 作者:太空宇宙 更新时间:2023-11-03 19:28:24 27 4
gpt4 key购买 nike

我正在与 CJKLIB 合作,使用 getReadingForCharacter 将中文字符转换为拼音。但是,有什么办法吗

readings = cjk.getReadingForCharacter(c, 'Pinyin')

问题是它返回带有声调的拼音,这是我不想要的。例如,我想要“Beijing”,而不是“Běijīng” - 带有所有声调标记。

有人知道如何在没有音调的情况下获得输出吗?谢谢!

最佳答案

解决方案很简单:

>>> cjk.getReadingForCharacter(u'北', 'Pinyin', toneMarkType='none')
[u'bei']

您可以在此处阅读有关可能选项的更多信息:http://cjklib.org/0.3/library/cjklib.reading.operator.PinyinOperator.html#cjklib.reading.operator.PinyinOperator

关于Python CJKLIB : no pinyin tones,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7222470/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com