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

..03-May-2022-

doc/H03-May-2022-

misc/misc/H24-Aug-2004-262209

CopyrightH A D05-Jun-2004708 2114

Makefile.preH A D24-Aug-20041.8 KiB7753

READMEH A D24-Aug-20042.4 KiB7255

configureH A D24-Aug-20042.4 KiB9061

infoH A D24-Aug-2004401 2524

ru-ye.multiH A D24-Aug-200473 32

ru-yeyo.multiH A D24-Aug-200491 43

ru-yo.multiH A D24-Aug-200473 32

ru.datH A D05-Jun-200452 54

ru.multiH A D24-Aug-200475 32

ru_affix.datH A D05-Jun-200448.8 KiB2,4112,351

README

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