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

..03-May-2022-

doc/H24-Aug-2004-1110

COPYINGH A D24-Aug-200425.8 KiB503418

CopyrightH A D24-Aug-20041.2 KiB2720

Makefile.preH A D24-Aug-20041.7 KiB7552

READMEH A D24-Aug-20042.3 KiB6952

configureH A D24-Aug-20042.4 KiB9061

estonian.aliasH A D24-Aug-200472 32

et.datH A D04-Jun-200470 65

et.multiH A D24-Aug-200470 32

et_affix.datH A D24-Aug-20041 MiB17,44817,423

infoH A D24-Aug-2004221 1514

README

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