PoTaTo721's picture
update to 1.2
69e8a46
raw
history blame contribute delete
102 Bytes
from .clean import clean_text
from .spliter import split_text
__all__ = ["clean_text", "split_text"]