diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 29 |
1 files changed, 5 insertions, 24 deletions
@@ -1,23 +1,9 @@ -This is a GNU aspell dictionary for Nynorsk. The wordlist is adopted -from the Norwegian Language Bank, licenced under CC BY 4.0[1], and may -be downloaded from the National Library of Norway's website[2]. It has -been modified to remove words and phrases unsupported by aspell. The -file nn.wl is produced from the Language Bank's fullformer_2012.txt as -follows: - -cat norsk_ordbank/fullformer_2012.txt | iconv -f ISO-8859-1 -t UTF-8\ -| cut -f3 - -sed -E -i .bak -e '/ /d' -e '/^-/d' -e '/-$/d' -e '/[^a-zA-Z.-]/d' -e\ - '/[.-]{2,}/d' nn.wl - -Additionally, words have been taken from the Ministry of Foreign -Affairs' EU term base[3], the SNORRE Terminology Database[4], and the -Norwegian Biodiversity Information Centre's Norwegian biodiversity -terminology database[5]. +This is a GNU aspell dictionary for Nynorsk. The word list is compiled +from several modern, freely licenced sources. A full list of sources +is contained in the file "contributors". The metadata files and configure script are adapted from Morten Bo -Johansen's aspell-da[6]. +Johansen's aspell-da[1]. Made by Laura Orvokki Kursula in 2024. See the file LICENCE for copyright information. @@ -28,9 +14,4 @@ To compile: make make install (as root) -1: https://creativecommons.org/licenses/by/4.0/ -2: https://www.nb.no/sprakbanken/ressurskatalog/oai-nb-no-sbr-41/ -3: https://www.nb.no/sprakbanken/ressurskatalog/oai-nb-no-sbr-61/ -4: https://www.nb.no/sprakbanken/ressurskatalog/oai-nb-no-sbr-48/ -5: https://repo.clarino.uib.no/xmlui/handle/11509/115 -6: https://github.com/mortenivar/aspell-da +1: https://github.com/mortenivar/aspell-da |