Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions bip-0039/bip-0039-wordlists.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* [Chinese (Traditional)](chinese_traditional.txt)
* [French](french.txt)
* [Italian](italian.txt)
* [Polish](polish.txt)

## Wordlists (Special Considerations)

Expand Down Expand Up @@ -82,3 +83,12 @@ Words chosen using the following rules:
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.

All the words have been manually selected and automatically checked against the rules.

### Polish

1. Length between 4 and 8 Polish letters without diacritics.
2. The first 4 letters uniquely determine a word.
3. Common nouns only. Plural form used only when there is no singular form/singular form is rarely used.
4. Words from the Polish dictionary only. It is OK if some people especially children would not understand some of them,
but it should not 'put in trouble' (no embarrassing words) people who know the meaning and are asked for explanation.
5. No very similar words - Levenshtein distance of ONE not allowed.
Loading