Skip to content

Commit

Permalink
rephrase readme
Browse files Browse the repository at this point in the history
  • Loading branch information
filyp committed Nov 23, 2021
1 parent 35a5b86 commit de1ac1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ python test_all.py find_threshold ru
```
and see which threshold value has the least badly corrected words. After that, manually delete all the words with less occurences than the threshold value you found, from the file in hi.tar.gz (it's already sorted so it should be easy).

If you do all that, you can make a pull request to add your language to this library. You will need to upload your tar.gz file to IPFS (for example with Pinata, which will pin this file so it doesn't disappear), and then add it's path to `ipfs_paths` in `constants.py`. Or you can just share it with me and I will upload it.
To distribute this language support to others, you will need to upload your tar.gz file to IPFS (for example with Pinata, which will pin this file so it doesn't disappear), and then add it's path to `ipfs_paths` in `constants.py`.

Good luck!

0 comments on commit de1ac1a

Please sign in to comment.