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 https://github.com/sillsdev/silnlp/issues/352
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 https://github.com/sillsdev/silnlp/issues/352