• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H04-Apr-2004-43

COPYINGH A D05-Apr-200417.6 KiB341281

CopyrightH A D19-Mar-2004456 107

Makefile.preH A D05-Apr-20041.4 KiB6947

READMEH A D05-Apr-20042 KiB6347

configureH A D09-Mar-20042.5 KiB9061

infoH A D04-Apr-2004368 2120

nn.cwlH A D19-Mar-20041 MiB

nn.datH A D05-Apr-2004136 76

nn.multiH A D05-Apr-200470 32

nynorsk.aliasH A D05-Apr-200472 32

README

1GNU Aspell Norwegian Nynorsk Word List Package
2Version 0.50.1-1
32004-04-05
4by Kevin Atkinson (kevina@gnu.org)
5Original Word List By:
6  Rune Kleveland (runekl at math uio no)
7  Toralf Lund (toralf at procaptura com)
8Copyright Terms: GPL (see the file Copyright for the exact terms)
9Wordlist URL: http://www.uio.no/~runekl/dictionary.html
10Source Verson: 2.0
11
12This is the Aspell word list for Norwegian Nynorsk.
13
14If Aspell is installed and aspell and word-list-compress are all
15in the path first do a:
16
17  ./configure
18
19Which should output something like:
20
21  Finding Dictionary file location ... /usr/local/lib/aspell
22  Finding Data file location ... /usr/local/share/aspell
23
24if it did not something likely went wrong.
25
26After that build the package with:
27  make
28and then install it with
29  make install
30
31If any of the above mentioned programs are not in your path than the
32variables, ASPELL and/or WORD_LIST_COMPRESS need to be set to the
33commands (with path) to run the utilities.  These variables may be set
34in the environment before configure is run or specified at the command
35line using the following syntax
36  ./configure --vars VAR1=VAL1 ...
37Other useful variables configure recognizes are ASPELL_PARMS, and DESTDIR.
38
39To clean up after the build:
40  make clean
41
42To uninstall the files:
43  make uninstall
44
45After the word lists are installed you can use the main one (nn) by
46setting the LANG environmental variable to nn or running Aspell
47with --lang=nn.  You may also chose the dictionary directly
48with the -d or --master option of Aspell.  You can chose from any of
49the following dictionaries:
50  nn (nynorsk)
51Whereas the names in parentheses are alternate names for the
52dictionary preceding the parentheses.
53
54If you have any problem with installing or using the word lists please
55let me (Kevin Atkinson) know.
56
57If you have problems with the actual word lists please contact one of
58the Word lists authors as I do not maintain the actual Word Lists.
59
60Any additional documentation that came with the original word list can
61be found in the doc/ directory.
62
63