Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TIGER-AI-Lab/LongRAG
/ lower
Function
lower
utils/eval_util.py:45–46 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
43
44
45
def
lower(text):
46
return
text.lower()
47
48
49
def
normalize_answer(s):
Callers
1
normalize_answer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected