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

..03-May-2022-

doc/H03-May-2022-

COPYINGH A D17-Aug-200417.6 KiB341281

CopyrightH A D17-Aug-20041.1 KiB2419

Makefile.preH A D17-Aug-20041.7 KiB7552

READMEH A D17-Aug-20042.6 KiB7558

az.datH A D17-Aug-200477 65

az.multiH A D17-Aug-200470 32

azerbaijani.aliasH A D17-Aug-200472 32

azeri.aliasH A D17-Aug-200472 32

configureH A D17-Aug-20042.4 KiB9061

infoH A D17-Aug-2004463 2625

l-az.cmapH A D17-Aug-200430.3 KiB1,9561,951

l-az.csetH A D17-Aug-200413.8 KiB263262

README

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