R1j1t / contextualSpellCheck

✔️Contextual word checker for better suggestions
MIT License
409 stars 66 forks source link

[BUG] contextualSpellCheck uses old editdistance version #98

Open Jonathanpro opened 3 weeks ago

Jonathanpro commented 3 weeks ago

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 https://github.com/addok/addok/issues/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):

R1j1t commented 3 weeks ago

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