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
In find_missing_characters(), we are currently normalizing after gathering the set of all characters, but we should instead be normalizing text before using it to update the set of all characters. Same issue as sillsdev/silnlp#352