File: README

package info (click to toggle)
aspell-de 0.1-3-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,184 kB
  • ctags: 22
  • sloc: makefile: 105; sh: 59
file content (64 lines) | stat: -rw-r--r-- 2,127 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Aspell German Word List Package
Version 0.1-3
2001-08-16
by Kevin Atkinson (kevina at users sourceforge net)
Word List by:
  Bjrn Jacke (bjoern jacke at gmx de)
Copyright Terms: GPL
see the file Copyright for the exact copyright.
Source Verson: 20010414
Source URL: http://www.suse.de/~bjacke/igerman98/

This is the Aspell word list for German.

If Aspell and Pspell are installed and aspell, word-list-compress, and
pspell-config are all in the path first do a:

  ./configure

Which should output something like:

  Finding PWLI file location ... /usr/local/share/pspell
  Finding Dictionary file location ... /usr/local/lib/aspell
  Finding Data file location ... /usr/local/share/aspell

if it did not something likely went wrong.

After that build the package with:
  make
and then install it with
  make install

If any of the above mentioned programs are not in your path than the
variables, ASPELL, WORD_LIST_COMPRESS, and/or PSPELL_CONFIG need to be
set to the commands (with path) to run the utilities.  These variables
may be set in the environment before configure is run or specified at the
command line using the following syntax
  ./configure --vars VAR1=VAL1 ...
Other useful variables configure recognizes are ASPELL_PARMS, and DESTDIR.

To clean up after the build:
  make clean

To uninstall the files:
  make uninstall

After the word lists are installed you can use the main one (de) by
setting the LANG environmental variable to de or running Aspell
with --language-tag=de.  You may also chose the dictionary directly
with the -d or --master option of Aspell.  You can chose from any of
the following dictionaries:
  de_CH (swiss)
  de_DE (de deutsch german)
Whereas the names in parentheses are alternate names for the
dictionary preceding the parentheses.

If you have any problem with installing or using the word lists please
let me (Kevin Atkinson) know.

If you have problems with the actual word lists please contact one of
the Word lists authors as I do not maintain the actual Word Lists.

Any additional documentation that came with the original word list can
be found in the doc/ directory.