filyp / autocorrect

Spelling corrector in python
GNU Lesser General Public License v3.0
447 stars 79 forks source link

Added italian dictionary and tests #32

Closed TurconiAndrea closed 3 years ago

TurconiAndrea commented 3 years ago

Hi, i added italian dictionary and provided some tests. I formatted the two changed files with black style, hope it doesn't crash on the test. Tell me wheter there is something to change.

filyp commented 3 years ago

Hi, thanks for contributing! The code looks fine, but this test_italian doesn't pass. You should delete 3 words from italian_words_all_correct that are corrected badly.

TurconiAndrea commented 3 years ago

My bad. I changed and added more words into italian_words_all_correct.

filyp commented 3 years ago

Great :) I'm merging