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

2个问题 #21

Closed
qhgy opened this issue May 10, 2024 · 5 comments
Closed

2个问题 #21

qhgy opened this issue May 10, 2024 · 5 comments

Comments

@qhgy
Copy link

qhgy commented May 10, 2024

hot-rules加了这个
回车 = \r\n
换行 = \r\n

原版里面可以执行回车、换行的指令
这个修改版没反应

另外说回车换行 会有错误提示:
[WinError 123] 文件名、目录名或卷标语法不正确。: '2024\05\assets\(20240510-095332)gd7jq0il.mp3' -> '2024\05\assets\(20240510-095332)\r\n.mp3'

这个原版也有

@H1DDENADM1N
Copy link
Owner

参考 6d21db8#diff-c5208f0df37da9787d52455d4b59ff478bbf6a687f119130bbabe5cf1e99ce3bR26

加一句 file_stem = re.sub(r"\r\n", " ", file_stem)

就可以了

@qhgy
Copy link
Author

qhgy commented May 11, 2024

感谢!
大佬有空可否把模型更新下
HaujetZhao#120

@H1DDENADM1N
Copy link
Owner

感谢!

大佬有空可否把模型更新下

HaujetZhao#120

已有现成可用的

https://huggingface.co/yiyu-earth/sherpa-onnx-paraformer-zh-2024-04-25/

@H1DDENADM1N
Copy link
Owner

感谢! 大佬有空可否把模型更新下 HaujetZhao#120

我发布了更新 https://github.com/H1DDENADM1N/CapsWriter-Offline/releases/tag/gui-v1.2.2

@qhgy
Copy link
Author

qhgy commented May 12, 2024

感谢! 大佬有空可否把模型更新下 HaujetZhao#120

我发布了更新 https://github.com/H1DDENADM1N/CapsWriter-Offline/releases/tag/gui-v1.2.2

666

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