- Mar 27, 2021
- Mar 24, 2021
-
-
ulif authored
Reflect changes in output of ``--help``.
-
- Mar 16, 2021
- Mar 15, 2021
-
-
ulif authored
to keep packaging in line.
-
ulif authored
-
ulif authored
To create phrases with syntactic structure, that are easier to memorize.
-
ulif authored
instead of a single wordlist only. This way we will be able to generate not only random sequences of words, but also phrases with a syntactic structure. These are easier to memorize.
-
- Sep 25, 2020
-
-
dineshks1 authored
Co-authored-by: dineshks1 <dineshks1@d.kumar44@outlook.com>
-
- Aug 24, 2020
-
-
ulif authored
-
Alan Hoyle authored
-
Alan Hoyle authored
Accept also any non-digit characters as separator when entering numbers in realdice mode. Fixes #74
-
- Aug 19, 2020
-
-
Adin Klotz authored
When using real dice as source of randomness, allow entering several rolls in one line separated by spaces instead of each roll on a separate line. Tests and README were updated accordingly. Fixes #58 Fixes #73
-
- Jul 26, 2020
-
-
Mayuri Lahane authored
-
- Apr 24, 2020
-
-
ulif authored
Length: 7776 terms, prefix code, all words from android lists. No umlauts, all lowercase.
-
- Apr 20, 2020
-
-
ulif authored
Length: 8192 terms, prefix code, all words from Android lists.
-
- Apr 19, 2020
-
-
ulif authored
-
- Apr 16, 2020
-
-
ulif authored
The ``en`` list should be the default, but we want a better designed list for that. The shortcomings of the Reinhold list are listed on https://www.eff.org/de/deeplinks/2016/07/new-wordlists-random-passphrases
-
- Jan 17, 2020
- Dec 21, 2019
- May 28, 2019
-
-
Wordlist in pt-br was first introduced in 7743ed55. The differences to this one are: - 9-characters words are introduced. - suffixes removal is made after accounting for popularity. - less frequent words that differ only in the last character are removed. The current pt-br wordlist was generated as follows: 1. Download a dump of portuguese Wikipedia pages, process all pages and determine the frequency of each word. 2. Start from /usr/share/dict/brazilian and filter out: - words not matching /^[a-z]+$/, - words shorter than 4 characters, and - words longer than 9 characters. 3. Sort remaining words using pt Wikipedia frequencies. 4. Take the top 30K words (just because after filtering we still get roughly the amount we need). 5. Filter out: - all words that are a suffix of any other word in the list. - less frequent words that differ only by the last character. 6. Take the 7776 most frequent words. No further curation was made.
-
- Apr 26, 2019
-
-
ulif authored
Next release won't be in 2018.
-
The wordlist was generated from 2 different sources of words: - The file /usr/share/dict/brazilian from Debian's wbrazilian package. - A dump of the pages of Wikipedia in portuguese. The final pt-br wordlist was generated as follows: 1. Download a dump of portuguese Wikipedia pages, process all pages and determine the frequency of each word. 2. Start from /usr/share/dict/brazilian and filter out: - words not matching /^[a-z]+$/, - words shorter than 4 characters, and - words longer than 8 characters. 3. Remove all words that are a suffix of any other word in the list. 4. Sort remaining words using pt Wikipedia frequencies. 5. Take the 7776 most frequent words. No further curation was made. There are obvious drawbacks in this approach (eg: many very frequent words are left out because they are either too short or too long or contain accents or cedilla), but it was the best cost-benefit i could think about.
-
- Dec 19, 2018
- Dec 12, 2018
-
-
ulif authored
-
- Dec 11, 2018
- Apr 14, 2018
- Apr 07, 2018
-
-
ulif authored
-