-
看了下代码,排序好像是直接用的歌曲名的 unicode 编码,顺序完全是错的。
是不是可以考虑用 [pypinyin](https://pypi.python.org/pypi/pypinyin) 或类似的包按拼音排序?
-
if b.locp[0] == 'w' and b.vowel[0] == 'u' and len(b.vowel) > 1:
b.consonant = 'w'
b.vowel = b.vowel[1:]
if a.locp[0] == 'w' and a.vowel[0] == 'u' a…
-
Can `pypinyin` provide completions for common shells? I think [shtab](https://docs.iterative.ai/shtab/) can provide help.
-
Thank for: https://github.com/junzew/HanTTS
Codes: https://gitlab.com/ProletRevDictas/singsong
How to use it? (GNU/Linux example):
1.run command "python -m pip --proxy="http://127.0.0.1:8889/" inst…
ghost updated
2 years ago
-
能否给个方法提示,将.txt的字典文件中的拼音的音调去掉
-
https://github.com/Uahh/Fyzhq/blob/ada05d9deb1d63da7a4ef5bbe09e04cf9cb4a5a8/python_ver/main.py#L8-L35
在原来的基础上稍微调整了下代码:
- 使用 `with open(...)` 打开的文件没必要手动 `close`;
- 当没有参数传入时程序会报错,因此改为遍历全部参数,当然也可以添加…
iydon updated
8 months ago
-
你好!
【朝】,这个多音字就cháo,zhāo,但是这边出现了”**zhū**“
【朝】,这个多音字就wāng,wǎng,但是这边出现了”**hóng**“
【王】,这个多音字就wáng,wàng,但是这边出现了”**yù“**
【覃】,这个多音字就tán,qín,但是这边出现了”**yǎn**“
麻烦这边看看是否有问题
-
-
I am facing issue in melo_server.Dockerfile, the issue is
> [melo-app 9/10] RUN pip install --no-cache-dir txtsplit torch torchaudio cached_path transformers mecab-python3==1.0.5 num2words==0.5.1…
-
针对每种风格的拼音,增加相关接口,获取全部合法拼音的列表。