Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RingBDStack/GDAP
/ TaskFormat
Class
TaskFormat
data_convert/task_format/event_extraction.py:5–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
os
4
5
class
TaskFormat:
6
def
generate_sentence(self):
pass
7
8
class
DyIEPP(TaskFormat):
9
def
__init__(self, doc_json):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected