feat(ebook): add junk tokens for improved phrase matching

This commit is contained in:
2026-07-24 11:38:50 -04:00
parent 584b209dfa
commit a9311a2f9e
3 changed files with 74 additions and 0 deletions
@@ -4,6 +4,7 @@ from python.ebook_search.protected_phrases.config.lib import (
get_bad_ends,
get_bad_starts,
get_ignored_phrases,
get_junk_tokens,
get_most_common_words,
)
@@ -11,5 +12,6 @@ __all__ = [
"get_bad_ends",
"get_bad_starts",
"get_ignored_phrases",
"get_junk_tokens",
"get_most_common_words",
]