PoTaTo721's picture
Update to V1.5
b2eb230
raw
history blame
106 Bytes
from .clean import clean_text
from .spliter import split_text
__all__ = ["clean_text", "split_text"]