Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
class
Document:
39
docid: str
40
text: str | None = None
41
annotations: DocumentAnnotation = field(default_factory=DocumentAnnotation)
42
43
44
class
ClueWeb22Api:
Callers
3
_get_scores_for_docs
Method · 0.90
_annotate_doc
Method · 0.90
get_doc
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected