filyp / autocorrect

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

(setup.py/constants.py/test_all.py): Add Vietnamese #42

Closed khiemledev closed 2 years ago

khiemledev commented 2 years ago

Hello @filyp, I'm interested in this work. I want to contribute my language to your repo, please tell me if there's any issue.

filyp commented 2 years ago

All looks good :) I also need the tar.gz file you created. You can either upload it to IPFS yourself (for example with Pinata, which will pin this file so it doesn't disappear) and add the path to ipfs_paths, or share it with me however you like and I will upload it.

khiemledev commented 2 years ago

Hi @filyp, I did it! Now you can merge the code into the main branch :)

filyp commented 2 years ago

The last two things:

filyp commented 2 years ago

Great, everything passes now. Vietnamese has quite low correction quality (bad: 53/64) but I assume that's because Vietnamese is just hard to autocorrect. So I'll merge.

Thanks for contributing!