Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zjy-ucas/ChineseNER
/ FormatError
Class
FormatError
conlleval.py:20–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
20
class
FormatError(Exception):
21
pass
22
23
Metrics = namedtuple(
'Metrics'
,
'tp fp fn prec rec fscore'
)
24
Callers
1
evaluate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected