You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CRITICAL: Fixed naturalizer.py regex crash for RU/UK text (~50 patterns with non-capturing groups + backreferences). The entire naturalization stage was silently skipped.
Added thread-safety locks to _ai_cache and _AI_WORDS for multi-threaded usage.
Added division-by-zero guards in detector metric calculations.
Cleanup
Removed dead module tokenizer.py (replaced by sentence_split.py).