Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/HIT-SCIR/ltp
/ main
Function
main
python/core/ltp_core/datamodules/components/bio.py:118–122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
117
118
def
main():
119
from
ltp_core.datamodules.utils.datasets
import
load_dataset
120
121
dataset = load_dataset(Bio, data_dir=
"data/ner"
)
122
print(dataset)
123
124
125
if
__name__ ==
"__main__"
:
Callers
1
bio.py
File · 0.70
Calls
1
load_dataset
Function · 0.90
Tested by
no test coverage detected