filyp / autocorrect

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

Polish language pack download problem #11

Closed macialek closed 3 years ago

macialek commented 3 years ago

When trying to download polish language pack spell = Speller(lang='pl') I get couldn't download https://siasky.net/AAC52kUAAmfZF_DUZVMQWWO-tJ3g3_3FDEhR2BUXr4oq8Q, trying next url....

filyp commented 3 years ago

Links to the dictionaries expired. I changed how they are stored and it should work now. Fixed in 8a7a1cdd365d17c2f1c86fc303056830f10d8c74

macialek commented 3 years ago

It works great. Thank you!