mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-22 00:17:34 +00:00
5 lines
199 B
Python
5 lines
199 B
Python
![]() |
from __future__ import annotations
|
||
|
|
||
|
def sent_tokenize(text: str, language: str = ...) -> list[str]: ...
|
||
|
def word_tokenize(text: str, language: str = ..., preserve_line: bool = ...) -> list[str]: ...
|