"Fossies" - the Fresh Open Source Software Archive

Member "aspell6-de-20030222-1/README" (4 Nov 2004, 2534 Bytes) of package /linux/misc/old/aspell6-de-20030222-1.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 GNU Aspell 0.60 German (Deutsches) Dictionary Package
    2 Version 20030222-1
    3 2004-11-03
    4 Original Word List By:
    5   Björn Jacke <bjoern jacke at gmx de>
    6 Copyright Terms: GPL (see the file Copyright for the exact terms)
    7 Wordlist URL: http://j3e.de/ispell/igerman98/
    8 This word list is considered both complete and accurate.
    9 
   10 This is the German dictionary for Aspell.  It requires Aspell 
   11 version 0.60 or better.
   12 
   13 If Aspell is installed and aspell and prezip-bin are all
   14 in the path first do a:
   15 
   16   ./configure
   17 
   18 Which should output something like:
   19 
   20   Finding Dictionary file location ... /usr/local/lib/aspell
   21   Finding Data file location ... /usr/local/share/aspell
   22 
   23 if it did not something likely went wrong.
   24 
   25 After that build the package with:
   26   make
   27 and then install it with
   28   make install
   29 
   30 If any of the above mentioned programs are not in your path than the
   31 variables, ASPELL and/or PREZIP need to be set to the
   32 commands (with path) to run the utilities.  These variables may be set
   33 in the environment before configure is run or specified at the command
   34 line using the following syntax
   35   ./configure --vars VAR1=VAL1 ...
   36 Other useful variables configure recognizes are ASPELL_PARMS, and DESTDIR.
   37 
   38 To clean up after the build:
   39   make clean
   40 
   41 To uninstall the files:
   42   make uninstall
   43 
   44 After the dictionaries are installed you can use the main one (de) by
   45 setting the LANG environmental variable to de or running Aspell
   46 with "--lang=de".  You may also chose the dictionary directly
   47 with the "-d" or "--master" option of Aspell.  You can chose from any of
   48 the following dictionaries:
   49   de_AT
   50   de_CH (swiss)
   51   de_DE (de deutsch german)
   52 Whereas the names in parentheses are alternate names for the
   53 dictionary preceding the parentheses.
   54 
   55 The individual word lists have an extension of ".cwl" and are
   56 compressed to save space.  To uncompress a word list use 
   57 "preunzip BASE.cwl" which will uncompress it and rename the file 
   58 to "BASE.wl".  To dump a compressed word list to standard output use
   59 "precat BASE.cwl".  To uncompress all word lists in the current
   60 directory use "preunzip *.cwl".  For more help on "preunzip" use
   61 "preunzip --help".
   62 
   63 If you have any problem with installing or using the word lists please
   64 let the Aspell maintainer, Kevin Atkinson, know at kevina@gnu.org.
   65 
   66 If you have problems with the actual word lists please contact one of
   67 the Word lists authors as the Aspell maintainer does not maintain the
   68 actual Word Lists.
   69 
   70 Any additional documentation that came with the original word list can
   71 be found in the doc/ directory.
   72