refactor(protected-phrases): extract config and text normalization helpers

This commit is contained in:
2026-07-08 17:04:16 -04:00
parent 0e430f7ae0
commit 0a6f544984
8 changed files with 145 additions and 95 deletions
@@ -0,0 +1,31 @@
tokens = [
"a",
"an",
"and",
"any",
"as",
"at",
"be",
"because",
"but",
"by",
"can",
"could",
"do",
"for",
"from",
"have",
"if",
"of",
"or",
"some",
"than",
"the",
"these",
"this",
"to",
"will",
"with",
"would",
"did",
]