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
Add str enum checker: validate string is a valid member
When the annotation is a str-based Enum subclass (e.g.
spacy.lang.zh.Segmenter), accept plain strings that are valid
enum member values and reject invalid ones with a helpful error.
0 commit comments