We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6332230 commit a59cc3eCopy full SHA for a59cc3e
bip-0039/bip-0039-wordlists.md
@@ -98,7 +98,6 @@ Words chosen using the following rules:
98
6. No plural words.
99
7. No negative/offensive/sad/bad words.
100
8. No words already used in other language mnemonic sets.
101
-9. Levenstein distance of all (except some dozen words) is below 0.9. Those with higher ratio are manually checked (and
102
- shouldn't pose any troubles for native speakers)
+9. Levenshtein distance between all words is **at most** 0.87 (lower values rejected due to diminishing returns).
103
104
-All the words have been semi-manually filtered (manually + some scripts to double-check) from a bigger lists.
+All the words have been manually filtered + double-checked using scripts.
0 commit comments