Skip to content
New issue

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

Singular of "leaves" #21

Open
dhk465 opened this issue Jan 23, 2020 · 2 comments
Open

Singular of "leaves" #21

dhk465 opened this issue Jan 23, 2020 · 2 comments

Comments

@dhk465
Copy link

dhk465 commented Jan 23, 2020

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")

@dhk465
Copy link
Author

dhk465 commented Jan 24, 2020

I found a set of words for (singular! #"(?i)([^f])ves$" "$1fe") too, like lives and wives.

How does it take care of exceptions?

@PeterBengtson
Copy link

It also thinks the singular of CURVE is CURF.

I thought this bug was fixed in 2013?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants