MCPcopy Create free account
hub / github.com/OrangeInSouth/DeePEn / lower

Function lower

utils/evaluate/utils/eval_utils.py:37–38  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

35 return "".join(ch for ch in text if ch not in exclude)
36
37 def lower(text):
38 return text.lower()
39
40 return white_space_fix(remove_articles(remove_punc(lower(s))))
41

Callers 1

normalize_answerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected