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

Build issue fix: replacing the cyhunspell package with a different package that maintains the same API #26

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

RazhanHameed
Copy link
Contributor

Cyhunspell is no longer maintained and cannot be easily built for recent versions of Python, which causes the installation of klpt to break. This pull request provides a quick fix by replacing cyhunspell with a more up-to-date, actively maintained version of the wrapper.

cHunSpell is another wrapper around Hunspell that has fewer dependencies and no build issues for Python 3.11 and 3.12. It maintains the same API as cython_hunspell, so there is no need for any change from the KLPT side. I have tested all the functions from the Stem module, and they all work fine with it.

I have also updated GitHub Actions workflow to build and test the project using Python 3.8 and later versions. Python 3.7 has reached its end-of-life and is no longer supported.

@sinaahmadi
Copy link
Owner

Thanks a lot, @Hrazhan gyan. All clear. Merged!

@sinaahmadi sinaahmadi merged commit afe683c into sinaahmadi:master Sep 18, 2024
15 checks passed
@RazhanHameed
Copy link
Contributor Author

Thanks a lot, @Hrazhan gyan. All clear. Merged!
Thank you Kake, for this gem of a tool.

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

Successfully merging this pull request may close these issues.

2 participants