Skip to content

Commit 469a12b

Browse files
authored
Update bip-0039-wordlists.md
1 parent 5be84b0 commit 469a12b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

bip-0039/bip-0039-wordlists.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* [Chinese (Traditional)](chinese_traditional.txt)
88
* [French](french.txt)
99
* [Italian](italian.txt)
10+
* [Czech](czech.txt)
1011

1112
##Wordlists (Special Considerations)
1213

@@ -81,3 +82,17 @@ Words chosen using the following rules:
8182
Rules 11 and 12 prevent the selection words that are not different enough. This makes each word more recognizable among others and less error prone. For example: the wordlist contains "atono", then "atomo" is rejected, but "atomico" is good.
8283

8384
All the words have been manually selected and automatically checked against the rules.
85+
86+
### Czech
87+
88+
Credits: @zizelevak
89+
90+
Words chosen using the following rules:
91+
92+
1. Words are 4-8 letters long.
93+
2. Words can be uniquely determined typing the first 4 letters.
94+
3. Only words containing all letters without diacritical marks. (It was the hardest task, because in one third of all Czech letters has diacritical marks.)
95+
4. Only nouns, werbs and adverbs, no other word types. All words are in basic form.
96+
5. No personal names or geografical names.
97+
6. No very similar words with 1 letter of difference.
98+
7. No words already used in other language mnemonic sets (english, italian, french, spanish). Letters with diacritical marks from these sets are counted as analogous letters without diacritical marks.

0 commit comments

Comments
 (0)