MCPcopy 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

3import os
4
5class TaskFormat:
6 def generate_sentence(self): pass
7
8class DyIEPP(TaskFormat):
9 def __init__(self, doc_json):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected