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

..03-May-2022-

doc/H03-May-2022-

CopyrightH A D13-Jun-20011 KiB2618

Makefile.preH A D28-Aug-20021.3 KiB6242

READMEH A D28-Aug-20022 KiB6549

configureH A D26-Aug-20022.4 KiB8660

dutch.aliasH A D28-Aug-200272 32

infoH A D26-Aug-2002419 2221

nl.datH A D28-Aug-2002124 65

nl.multiH A D28-Aug-200270 32

README

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