31 Commits

Author SHA1 Message Date
KamioRinn
46cd596027 尝试修复混合模式下短单词发音不清晰的问题 (#1286)
* Add pause before short words

* Add 'conda'
2024-07-10 10:11:09 +08:00
lyris
4a98237615 Update english.py (#1106)
copy but not ref the phones list becoz it will be extend later, if not do so,it will affect the self.cmu dict values.
2024-05-21 23:36:56 +08:00
KamioRinn
dd78465574 Normalize chinese arithmetic operations (#947) 2024-04-12 11:18:34 +08:00
KamioRinn
535c604c85 修复英文多音字,调整字典热加载,新增姓名匹配 (#869)
* Fix homograph dict

* Add JSON in dict

* Adjust hot dict to hot reload

* Add English name dict

* Adjust get name dict logic
2024-03-25 15:20:10 +08:00
RVC-Boss
1b9410deec Merge pull request #821 from KamioRinn/Optimize-English-G2P
调整英文格式化输出和英文G2P逻辑
2024-03-20 23:48:50 +08:00
KamioRinn
fe84331191 Adjust normalize and g2p logic 2024-03-20 02:49:58 +08:00
RVC-Boss
f4ce23d21a Merge pull request #812 from KamioRinn/Optimize-English-G2P
修复中文标点在英文中的问题,添加所有格匹配
2024-03-19 14:23:46 +08:00
KamioRinn
6a8d49561e Fix CN punc in EN,add 's match 2024-03-19 13:02:06 +08:00
RVC-Boss
f06382a7b6 Merge pull request #804 from KamioRinn/Optimize-English-G2P
英文G2P优化
2024-03-19 11:08:36 +08:00
KamioRinn
8a2761d3e5 Optimize-English-G2P 2024-03-18 19:11:53 +08:00
KamioRinn
bb0b20a9b6 Fix chinese ellipsis 2024-03-15 02:53:14 +08:00
KamioRinn
0452e7facb Adjust text normlization 2024-02-21 01:14:09 +08:00
KamioRinn
ecb0c6f060 Refactoring get phones and bert 2024-02-20 22:41:39 +08:00
KamioRinn
f757be85ed Fix text formatting 2024-02-19 02:11:02 +08:00
刘悦
a47eaf73b5 Update english.py
热词应该是覆盖逻辑,因为原版字典里如果key存在的话,那么用户定义的热词纠正发音就不会生效
2024-02-17 12:13:43 +08:00
RVC-Boss
d43d4b45fb Add files via upload 2024-02-16 00:07:35 +08:00
KamioRinn
dcc1613c40 Add more engdict 2024-02-05 03:47:38 +08:00
KamioRinn
b28dd0643d Use PaddleSpeech-NSW-Normalization process Chinese 2024-02-03 16:46:09 +08:00
RVC-Boss
eb81e18790 Add files via upload 2024-02-03 00:47:57 +08:00
RVC-Boss
edb7a4aa7a Add files via upload 2024-02-02 22:38:32 +08:00
Akito-UzukiP
d214c8f0df Add japanese cleaner with prosody info. 2024-01-31 23:41:53 +08:00
lyris
6e2a322a8b Update cleaner.py
fix the return to phones, word2ph, norm_text
2024-01-30 11:49:41 +08:00
RVC-Boss
289d1d6a95 Update chinese.py 2024-01-28 20:22:58 +08:00
RVC-Boss
cf5e98b224 Revert "fix chinese number to pinyin" 2024-01-28 17:58:17 +08:00
duliangang
09c472ea9e fix chinese number to pinyin
数字转拼音不准的bug,因为将数字一个个分割了调用an2cn当然不准
2024-01-28 16:28:24 +08:00
KakaruHayate
dc9656a728 fix " ' " 2024-01-26 19:48:52 +08:00
KakaruHayate
e70240f562 Update not neuraL tone words list. 2024-01-26 19:43:35 +08:00
RVC-Boss
046abb6fe1 Update tone_sandhi.py 2024-01-23 20:19:46 +08:00
RVC-Boss
ac046cb93c Update chinese.py 2024-01-23 20:19:37 +08:00
Blaise
f5b6697487 more code refactor 2024-01-16 17:14:18 +01:00
RVC-Boss
a3ae31ebcd Add files via upload 2024-01-16 17:38:48 +08:00