Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codefuse-ai/codefuse-devops-eval
/ remove_punctuation
Function
remove_punctuation
src/evals/func_call_evalution.py:13–15 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
11
12
13
def
remove_punctuation(text):
14
pattern = r
'[^\w\s]'
15
return
re.sub(pattern,
''
, text)
16
17
18
def
cmp_arguments(args_str1, args_str2):
Callers
1
calc_relevancy
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected