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
Hi. First, thank you for this great project. It helped me already a lot.
I now, for the first time, came across an issue:
When people add gender pronouns (e.g. (he/him)) to their names, the parsing fails all together.
I read about adding custom suffices, but then i though that this might become it's own part.
Currently i am trying to build that in and do a PR, but it goes slowely.
So very open for hints or other opinions.
The text was updated successfully, but these errors were encountered:
Good point! Yes, I think pronouns should be their own category, because they could be given in addition to a suffix. They'd either have to be detected using syntax or by using a pattern featuring the actual pronouns; which I guess would be OK because the patterns can be adjusted at runtime so it's no big deal to add support for more languages if yours isn't covered yet.
Hi. First, thank you for this great project. It helped me already a lot.
I now, for the first time, came across an issue:
When people add gender pronouns (e.g.
(he/him)
) to their names, the parsing fails all together.Example:
I read about adding custom suffices, but then i though that this might become it's own part.
Currently i am trying to build that in and do a PR, but it goes slowely.
So very open for hints or other opinions.
The text was updated successfully, but these errors were encountered: