Skip to content
New issue

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

u -> v的奇怪现象,如何理解 #24

Open
zcmiao190 opened this issue Sep 23, 2019 · 1 comment
Open

u -> v的奇怪现象,如何理解 #24

zcmiao190 opened this issue Sep 23, 2019 · 1 comment

Comments

@zcmiao190
Copy link

测试

In [4]:  pinyin.get('战略')
Out[4]: 'zhànlvè'


In [13]: pinyin.get("战略", format='strip', delimiter=" ")
Out[13]: 'zhan lve'

我想得到zhan lue
我应该如何改正?

@wyz23x2
Copy link

wyz23x2 commented Aug 3, 2020

后者其实可以直接.replace('v', 'ü')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants