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

[BUG] contextualSpellCheck uses old editdistance version #98

Open
Jonathanpro opened this issue Oct 7, 2024 · 1 comment
Open

[BUG] contextualSpellCheck uses old editdistance version #98

Jonathanpro opened this issue Oct 7, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Jonathanpro
Copy link

Describe the bug
I would like to use contextualSpellCheck with python 3.12
However contextualSpellCheck 0.4.4 requires editdistance 0.6.2.
There is already an editdistance 0.8.1 version

There is a known issue with editdistance 0.6.2 and python 3.12. Hence contextualSpellCheck does not work with python 3.12
addok/addok#837

Could we update contextualSpellCheck such that it uses the latest editdistance version

To Reproduce
install contextualSpellCheck on python 3.12

Expected behavior
What was expected?

Version (please complete the following information):

  • Python 3.12
  • contextualSpellCheck [e.g. 0.4.4]
  • edit-distance: 0.6.2
@Jonathanpro Jonathanpro added the bug Something isn't working label Oct 7, 2024
@R1j1t
Copy link
Owner

R1j1t commented Oct 9, 2024

Thanks for raising this issue @Jonathanpro. I will try get this over the weekend.

@R1j1t R1j1t mentioned this issue Oct 12, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants