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

Carrying over casing #45

Closed
zoltan-fedor opened this issue Jun 24, 2019 · 2 comments · Fixed by #46
Closed

Carrying over casing #45

zoltan-fedor opened this issue Jun 24, 2019 · 2 comments · Fixed by #46
Labels
enhancement New feature or request

Comments

@zoltan-fedor
Copy link
Contributor

Hi,
For my project I am implementing an extension to allow me to carry over the casing (eg uppercase vs lowercase characters) from the input phrase to the typoe-corrected case.

For example:
"I have a typo prooblem in Neew York"
currently turns into
"i have a typo problem in new york"

But I will make it to be:
"I have a typo problem in New York"

I am wondering whether you would be interested in a pull request for it, knowing that this is a port of https://github.com/wolfgarbe/SymSpell.

@mammothb
Copy link
Owner

Please do, I think it's a requested feature for the main project as well (wolfgarbe/SymSpell#34).

@zoltan-fedor
Copy link
Contributor Author

I have created a PR for it - see #46

@mammothb mammothb added the enhancement New feature or request label Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants