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

..03-May-2022-

doc/H09-Nov-2005-354227

misc/H03-May-2022-21496

COPYINGH A D09-Nov-200525.8 KiB503418

CopyrightH A D09-Nov-200523 21

Makefile.preH A D09-Nov-20051.8 KiB7753

READMEH A D09-Nov-20052.5 KiB7356

configureH A D09-Nov-20052.4 KiB9061

infoH A D09-Nov-2005460 2827

l-sr.cmapH A D09-Nov-200531 KiB1,9351,930

l-sr.csetH A D09-Nov-200513.6 KiB263262

sr-cyrl-only.cwlH A D09-Nov-20051.2 MiB

sr-cyrl.multiH A D09-Nov-200580 32

sr-latn-only.cwlH A D09-Nov-2005897.4 KiB

sr-latn.multiH A D09-Nov-200580 32

sr.datH A D09-Nov-2005112 87

sr.multiH A D09-Nov-2005101 43

README

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