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
Surface replacement is longest-first literal substring. For Latin text this can hit inside longer words. Add word-boundary guards for ASCII surfaces (CJK unaffected) to improve precision, with tests.
Surface replacement is longest-first literal substring. For Latin text this can hit inside longer words. Add word-boundary guards for ASCII surfaces (CJK unaffected) to improve precision, with tests.