Skip to content

Commit de1ac1a

Browse files
committed
rephrase readme
1 parent 35a5b86 commit de1ac1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ python test_all.py find_threshold ru
7777
```
7878
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).
7979

80-
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.
80+
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`.
8181

8282
Good luck!

0 commit comments

Comments
 (0)