Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RASAAS/docmcp-knowledge
/ normalize_class
Function
normalize_class
scripts/parse_exemption_to_json.py:40–42 ·
view source on GitHub ↗
(raw: str)
Source
from the content-addressed store, hash-verified
38
39
40
def
normalize_class(raw: str) -> str:
41
raw = raw.strip().replace(
" "
,
" "
)
42
return
CLASS_NORM.get(raw, raw)
43
44
45
def
parse_table(text: str) -> list[dict]:
Callers
1
parse_table
Function · 0.85
Calls
1
get
Method · 0.80
Tested by
no test coverage detected