Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DataArcTech/DataArc-SynData-Toolkit
/ tokenize
Function
tokenize
sdgsystem/utils.py:6–7 ·
view source on GitHub ↗
(text: str)
Source
from the content-addressed store, hash-verified
4
5
6
def
tokenize(text: str) -> List[str]:
7
return
text.lower().split()
8
9
def
check_dir(path: str):
10
directory = os.path.dirname(path)
Callers
1
_search
Method · 0.85
Calls
1
split
Method · 0.80
Tested by
no test coverage detected