MCPcopy Create free account
hub / github.com/917Dhj/DeepPaperNote / empty_appendix_evidence

Function empty_appendix_evidence

scripts/extract_evidence.py:139–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137
138
139def empty_appendix_evidence() -> dict[str, list[dict]]:
140 return {category: [] for category in APPENDIX_EVIDENCE_CATEGORIES}
141
142
143def appendix_evidence_category(sentence: str) -> str:

Callers 1

build_appendix_evidenceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected