MCPcopy 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
45def lower(text):
46 return text.lower()
47
48
49def normalize_answer(s):

Callers 1

normalize_answerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected