We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
By applying (singular) to a string "leaves", it returns "leafe".
It should be "leaf" instead.
I had to apply this manually but I think it has to be in the code by default.
(singular! #"(?i)([^f])ves$" "$1f")
The text was updated successfully, but these errors were encountered:
I found a set of words for (singular! #"(?i)([^f])ves$" "$1fe") too, like lives and wives.
How does it take care of exceptions?
Sorry, something went wrong.
It also thinks the singular of CURVE is CURF.
I thought this bug was fixed in 2013?
No branches or pull requests
By applying (singular) to a string "leaves", it returns "leafe".
It should be "leaf" instead.
I had to apply this manually but I think it has to be in the code by default.
(singular! #"(?i)([^f])ves$" "$1f")
The text was updated successfully, but these errors were encountered: