This website works better with JavaScript
Home
Explore
Help
Sign In
Server
/
fish-speech
Watch
41
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
v1.4.2
Branches
Tags
agent-inference
gh-pages
main
main-v0.4
pre-commit-ci-update-config
revert-1009-main
v2.0.0-beta
v1.5.1
v1.5.0
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.2.1
v1.2
v1.1.2
v1.1.1
v1.1.0
v1.0.0
v0.2.0
fish-speech
/
fish_speech
/
text
/
__init__.py
__init__.py
102 B
Permalink
History
Raw
1
2
3
4
from .clean import clean_text
from .spliter import split_text
__all__ = ["clean_text", "split_text"]