Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/huggingface/datasets
/ _split_text
Function
_split_text
tests/test_py_utils.py:238–239 ·
view source on GitHub ↗
(text: str)
Source
from the content-addressed store, hash-verified
236
237
238
def
_split_text(text: str):
239
return
text.split()
240
241
242
def
_2seconds_generator_of_2items_with_timing(content):
Callers
nothing calls this directly
Calls
1
split
Method · 0.80
Tested by
no test coverage detected