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

..03-May-2022-

misc/H03-May-2022-

COPYINGH A D03-Mar-201017.6 KiB340281

CopyrightH A D27-Oct-20080

Makefile.preH A D03-Mar-20101.7 KiB7552

READMEH A D03-Mar-20102.4 KiB7154

ast.datH A D29-Nov-200994 86

ast.multiH A D03-Mar-201071 32

ast_affix.datH A D24-Jan-2010113.4 KiB2,0372,023

asturianu.aliasH A D03-Mar-201073 32

configureH A D03-Mar-20102.4 KiB9061

infoH A D01-Mar-2010367 2220

l-ast.cmapH A D27-Oct-200830.3 KiB1,9431,938

l-ast.csetH A D27-Oct-200813.6 KiB262261

README

1GNU Aspell 0.60 Asturian (Asturianu) Dictionary Package
2Version 0.01
32010-03-03
4Maintained By:
5  Xesús González Rato <esbardu at softastur org>
6Copyright Terms: GPLv2 (see the file Copyright for the exact terms)
7Wordlist URL: http://softastur.org/Aspell
8This word list is considered accurate.
9
10This is the Asturian 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 (ast) by
45setting the LANG environmental variable to ast or running Aspell
46with "--lang=ast".  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  ast (asturianu)
50Whereas the names in parentheses are alternate names for the
51dictionary preceding the parentheses.
52
53The individual word lists have an extension of ".cwl" and are
54compressed to save space.  To uncompress a word list use
55"preunzip BASE.cwl" which will uncompress it and rename the file
56to "BASE.wl".  To dump a compressed word list to standard output use
57"precat BASE.cwl".  To uncompress all word lists in the current
58directory use "preunzip *.cwl".  For more help on "preunzip" use
59"preunzip --help".
60
61If you have any problem with installing or using the word lists please
62let the Aspell maintainer, Kevin Atkinson, know at kevina@gnu.org.
63
64If you have problems with the actual word lists please contact one of
65the Word lists authors as the Aspell maintainer does not maintain the
66actual Word Lists.
67
68Any additional documentation that came with the original word list can
69be found in the doc/ directory.
70
71