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
When a label to be normalized contains a language tag at the end ("Teacher@en"), the normalize method currently drops the "@" symbol but keeps the language code (("Teacher@en"->"Teacheren"), which should usually be unwanted behaviour.
When a label to be normalized contains a language tag at the end ("Teacher@en"), the normalize method currently drops the "@" symbol but keeps the language code (("Teacher@en"->"Teacheren"), which should usually be unwanted behaviour.