Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ paper_text
Function
paper_text
experiments/baselines/scinup_strict/runner.py:144–145 ·
view source on GitHub ↗
(row: Dict[str, Any])
Source
from the content-addressed store, hash-verified
142
143
144
def
paper_text(row: Dict[str, Any]) -> str:
145
return
" "
.join(str(part or
""
)
for
part in (row.get(
"title"
), row.get(
"abstract"
))
if
part)
146
147
148
def
paper_identity(row: Dict[str, Any]) -> str:
Callers
1
build_bm25_state
Function · 0.70
Calls
1
get
Method · 0.80
Tested by
no test coverage detected