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
在设置了最小对话匹配字数之后,小于规定字数,在引号内的部分,仍会切分后,再进行合成。
这样导致,一些表强调,反语的双引号,也会在对应位置引发不自然停顿。
建议对小于设定字数阈值的部分,直接不拆分合成。这样应该也不会短对话的合成效果。
The text was updated successfully, but these errors were encountered:
这个功能我都想删掉了,你所说完全可用正则替换功能实现
Sorry, something went wrong.
来源: https://www.bilibili.com/video/BV1UP411T7rY?p=3
新建一个替换规则 在 替换规则 中填入 (?<!【::】)“(【\u4e00-\u9fa5】{1,4})” 替换为 中填入: 「$1」 后面的{1,4}: 1,4里的这个“4”这的是4个字符以内的字就认定为拟声词,然后把“”替换成「」,这样读的时候就不会停顿,然后识别成对话了。 作者我也不知道是谁,随手存的
解决了👍
No branches or pull requests
在设置了最小对话匹配字数之后,小于规定字数,在引号内的部分,仍会切分后,再进行合成。
这样导致,一些表强调,反语的双引号,也会在对应位置引发不自然停顿。
建议对小于设定字数阈值的部分,直接不拆分合成。这样应该也不会短对话的合成效果。
The text was updated successfully, but these errors were encountered: