MCPcopy Create free account
hub / github.com/917Dhj/DeepPaperNote / _normalized_domain_label

Function _normalized_domain_label

scripts/common.py:1374–1375  ·  view source on GitHub ↗
(value: str)

Source from the content-addressed store, hash-verified

1372
1373
1374def _normalized_domain_label(value: str) -> str:
1375 return normalize_whitespace(value).lower()
1376
1377
1378def _term_in_text(term: str, text: str) -> bool:

Callers 3

_term_in_textFunction · 0.85
_rules_for_labelFunction · 0.85

Calls 1

normalize_whitespaceFunction · 0.85

Tested by

no test coverage detected