Skip to content

Commit

Permalink
Merge pull request #277 from mimi89999/pl_docs
Browse files Browse the repository at this point in the history
docs(zxcvbn): Clarify the source of polish first and last name data
  • Loading branch information
MrWook authored Sep 27, 2024
2 parents 9ec19d4 + 32b4148 commit bf46f33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/languages/pl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ zxcvbn.check(password)

## Sources

1. First and last names data use to be a dictionary for zxcvbn-ts are extracted from files based on Polish Government Public Datasets (Public Domain) and available publicly on <https://github.com/oskar-gmerek/polish_database> (MIT licensed)
[*] Data is based on Last and First names registered under Polish Universal Electronic System for Population Register and may contains also names of foreigners registered under this Register, (ex. refugees from Ukraine who were given a PESEL number after the Russian Invasion of Ukraine)
[*] Lastnames https://dane.gov.pl/pl/dataset/1681,nazwiska-osob-zyjacych-wystepujace-w-rejestrze-pesel
[*] Firstnames https://dane.gov.pl/pl/dataset/1667,lista-imion-wystepujacych-w-rejestrze-pesel-osoby-zyjace
1. The first and last name data used as a dictionary for zxcvbn-ts are extracted from files available on the [Polish Government Data Portal](https://dane.gov.pl/).
* These lists are ranked by popularity and consist of the names of individuals registered in the Polish Universal Electronic System for Population Register (PESEL). They may also include the names of foreigners, such as refugees from Ukraine, who were assigned a PESEL number following the Russian invasion of Ukraine.
* [Last Names Dataset](https://dane.gov.pl/pl/dataset/1681,nazwiska-osob-zyjacych-wystepujace-w-rejestrze-pesel) (CC0 1.0 licensed)
* [First Names Dataset](https://dane.gov.pl/pl/dataset/1667,lista-imion-wystepujacych-w-rejestrze-pesel-osoby-zyjace) (CC0 1.0 licensed)
2. Common Words data use to be a dictionary for zxcvbn-ts are extracted from files available on https://opus.nlpl.eu/OpenSubtitles2018.php .Files based on that data and used to generate zxcvbn-ts dictionary are available publicly on <https://github.com/hermitdave/FrequencyWords> (MIT licensed)

## Author
Expand Down

0 comments on commit bf46f33

Please sign in to comment.