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

This commit is contained in:
2026-07-24 11:38:50 -04:00
parent 8e2ca365c2
commit 11b5d5db3c
8 changed files with 145 additions and 95 deletions
@@ -0,0 +1,27 @@
tokens = [
"a",
"an",
"did",
"didn't",
"he",
"here",
"how",
"i",
"it",
"she",
"that",
"the",
"there",
"they",
"this",
"we",
"what",
"when",
"where",
"which",
"who",
"whom",
"whose",
"why",
"you",
]