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
implementation of a simple, fast Unicode homoglyph normalization method to sanitize text by replacing visually similar characters (e.g., Cyrillic 'а' → Latin 'a'). Useful for spam filtering, input validation, and improving LLM robustness. Developed for SPELLL 2023.