Skip to content

Commit

Permalink
Updated from 2019-10 release to 2022-02 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondkloss committed Aug 3, 2022
1 parent 7c25e29 commit de07f3f
Show file tree
Hide file tree
Showing 5 changed files with 12,035 additions and 212 deletions.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Simple project to create a list of Norwegian words. To run:

python word_parser.py

Example output (and working wordlist) is [`wordlist_20191010_norsk_ordbank_nob_2005.txt`](https://raw.githubusercontent.com/Ondkloss/norwegian-wordlist/master/wordlist_20191010_norsk_ordbank_nob_2005.txt) and [`wordlist_20191010_norsk_ordbank_nno_2012.txt`](https://raw.githubusercontent.com/Ondkloss/norwegian-wordlist/master/wordlist_20191010_norsk_ordbank_nno_2012.txt).
Example output (and working wordlist) is [`wordlist_20220201_norsk_ordbank_nob_2005.txt`](https://raw.githubusercontent.com/Ondkloss/norwegian-wordlist/master/wordlist_20220201_norsk_ordbank_nob_2005.txt) and [`wordlist_20220201_norsk_ordbank_nno_2012.txt`](https://raw.githubusercontent.com/Ondkloss/norwegian-wordlist/master/wordlist_20220201_norsk_ordbank_nno_2012.txt). They are generated without PyICU, described below.

You can also provide `--length` (`-l`) or `--pattern` (`-p`) to filter the wordlist. Some examples:

Expand All @@ -19,9 +19,9 @@ To handle sorting of ÆØÅ you can include the PyICU module. This also fixes so

## Source

The bokmål source material is from [Norsk ordbank – bokmål 2005](https://www.nb.no/sprakbanken/ressurskatalog/oai-nb-no-sbr-5/), the 2019-10-10 update. It is released under the [CC-BY 4.0 license](https://creativecommons.org/licenses/by/4.0/).
The bokmål source material is from [Norsk ordbank – bokmål 2005](https://www.nb.no/sprakbanken/ressurskatalog/oai-nb-no-sbr-5/), the 2022-02-01 update. It is released under the [CC-BY 4.0 license](https://creativecommons.org/licenses/by/4.0/).

The nynorsk source material is from [Norsk ordbank – nynorsk 2012](https://www.nb.no/sprakbanken/ressurskatalog/oai-nb-no-sbr-41/), the 2019-10-10 update. It is released under the [CC-BY 4.0 license](https://creativecommons.org/licenses/by/4.0/).
The nynorsk source material is from [Norsk ordbank – nynorsk 2012](https://www.nb.no/sprakbanken/ressurskatalog/oai-nb-no-sbr-41/), the 2022-02-01 update. It is released under the [CC-BY 4.0 license](https://creativecommons.org/licenses/by/4.0/).

## Software license

Expand Down
Loading

0 comments on commit de07f3f

Please sign in to comment.