towhee
/
text-splitter
copied
2 changed files with 1 additions and 3 deletions
@ -1,5 +1,5 @@ |
|||||
from .spliter import TextSpliter |
from .spliter import TextSpliter |
||||
|
|
||||
|
|
||||
def text_loader(*args, **kwargs): |
|
||||
|
def text_spliter(*args, **kwargs): |
||||
return TextSpliter(*args, **kwargs) |
return TextSpliter(*args, **kwargs) |
||||
|
Loading…
Reference in new issue