remove unnecessary comment

This commit is contained in:
mvalentsev
2026-04-16 10:38:38 +05:00
parent 973bd62a9a
commit cde0f5b9e7
-2
View File
@@ -147,8 +147,6 @@ def _candidate_entity_words(text: str) -> list:
from .i18n import get_entity_patterns
patterns = get_entity_patterns(MempalaceConfig().entity_languages)
# candidate_patterns are pre-wrapped with boundary + capture group
# by get_entity_patterns (#932), compile directly without re-wrapping.
rxs = []
for pat in patterns["candidate_patterns"]:
try: