MCPcopy Create free account
hub / github.com/cxcscmu/Craw4LLM / Document

Class Document

corpus_interface.py:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37@dataclass
38class Document:
39 docid: str
40 text: str | None = None
41 annotations: DocumentAnnotation = field(default_factory=DocumentAnnotation)
42
43
44class ClueWeb22Api:

Callers 3

_get_scores_for_docsMethod · 0.90
_annotate_docMethod · 0.90
get_docMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected