filyp / autocorrect

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

Added the French language support #44

Closed oscar-defelice closed 2 years ago

oscar-defelice commented 2 years ago

The addition of the french language has been made.

have fun!

filyp commented 2 years ago

Hmm, this fr.tar.gz is quite big (100MB, which is more than all the other languages combined). It seems you didn't delete the rarely used words (there are instructions in readme about how to do it).

Also I noticed that the tar file needs to be put into a folder, and this folder uploaded to IPFS, instead of uploading this file directly. Otherwise it is downloaded with a wrong filename. I will update readme with this info.

oscar-defelice commented 2 years ago

@filyp Done!

Corrected the ipfs path and I deleted the less used words according to the threshold.