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

..03-May-2022-

doc/H26-Feb-2007-139

misc/H03-May-2022-

COPYINGH A D26-Feb-200717.6 KiB341281

CopyrightH A D12-Feb-2007841 1914

Makefile.preH A D26-Feb-20071.8 KiB7552

READMEH A D26-Feb-20072.5 KiB7356

armenian.aliasH A D26-Feb-200772 32

configureH A D26-Feb-20072.4 KiB9061

hy.datH A D12-Jan-200792 76

hy.multiH A D26-Feb-200777 32

hy_affix.datH A D22-Jan-2007845 6040

infoH A D12-Feb-2007406 2523

u-armn.cmapH A D12-Jan-20079.3 KiB868863

u-armn.csetH A D12-Jan-200713.2 KiB262261

README

1GNU Aspell 0.60 Armenian (Հայերեն) Dictionary Package
2Version 0.10.0-0
32007-02-26
4Maintained By:
5  Alan Baghumian <alan at technotux org>
6Original Word List Also By:
7  Arthur Serkis <serkis at gmail com>
8Copyright Terms: GPL (see the file Copyright for the exact terms)
9Source Verson: 0.10.0
10This word list is considered accurate but incomplete.
11
12This is the Armenian dictionary for Aspell.  It requires Aspell
13version 0.60 or better.
14
15If Aspell is installed and aspell and prezip-bin are all
16in the path first do a:
17
18  ./configure
19
20Which should output something like:
21
22  Finding Dictionary file location ... /usr/local/lib/aspell
23  Finding Data file location ... /usr/local/share/aspell
24
25if it did not something likely went wrong.
26
27After that build the package with:
28  make
29and then install it with
30  make install
31
32If any of the above mentioned programs are not in your path than the
33variables, ASPELL and/or PREZIP need to be set to the
34commands (with path) to run the utilities.  These variables may be set
35in the environment before configure is run or specified at the command
36line using the following syntax
37  ./configure --vars VAR1=VAL1 ...
38Other useful variables configure recognizes are ASPELL_PARMS, and DESTDIR.
39
40To clean up after the build:
41  make clean
42
43To uninstall the files:
44  make uninstall
45
46After the dictionaries are installed you can use the main one (hy) by
47setting the LANG environmental variable to hy or running Aspell
48with "--lang=hy".  You may also chose the dictionary directly
49with the "-d" or "--master" option of Aspell.  You can chose from any of
50the following dictionaries:
51  hy (armenian)
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