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