fixed debian package files to use aspell-autobuildhash
[tagalog-wordlist.git] / README
bloba47f558b20598a53622302e55b4bb027ac95a2e1
1 GNU Aspell 0.60 Tagalog Dictionary Package
2 Version 0.3
3 2007-02-23
4 Maintained By:
5   Jan Alonzo <jmalonzo at unpluggable com>
6 Original Word List Also By:
7   Ramil Sagum <ramil at sagum net>
8   Kevin P. Scannell <scannell at slu edu>
9 Copyright Terms: Copyrighted (see the file Copyright for the exact terms)
10 Wordlist URL: http://borel.slu.edu/crubadan/index.html
12 This is the Tagalog dictionary for Aspell.  It requires Aspell 
13 version 0.60 or better.
15 If Aspell is installed and aspell and prezip-bin are all
16 in the path first do a:
18   ./configure
20 Which should output something like:
22   Finding Dictionary file location ... /usr/local/lib/aspell
23   Finding Data file location ... /usr/local/share/aspell
25 if it did not something likely went wrong.
27 After that build the package with:
28   make
29 and then install it with
30   make install
32 If any of the above mentioned programs are not in your path than the
33 variables, ASPELL and/or PREZIP need to be set to the
34 commands (with path) to run the utilities.  These variables may be set
35 in the environment before configure is run or specified at the command
36 line using the following syntax
37   ./configure --vars VAR1=VAL1 ...
38 Other useful variables configure recognizes are ASPELL_PARMS, and DESTDIR.
40 To clean up after the build:
41   make clean
43 To uninstall the files:
44   make uninstall
46 After the dictionaries are installed you can use the main one (tl) by
47 setting the LANG environmental variable to tl or running Aspell
48 with "--lang=tl".  You may also chose the dictionary directly
49 with the "-d" or "--master" option of Aspell.  You can chose from any of
50 the following dictionaries:
51   tl (tl_PH)
52 Whereas the names in parentheses are alternate names for the
53 dictionary preceding the parentheses.
55 The individual word lists have an extension of ".cwl" and are
56 compressed to save space.  To uncompress a word list use 
57 "preunzip BASE.cwl" which will uncompress it and rename the file 
58 to "BASE.wl".  To dump a compressed word list to standard output use
59 "precat BASE.cwl".  To uncompress all word lists in the current
60 directory use "preunzip *.cwl".  For more help on "preunzip" use
61 "preunzip --help".
63 If you have any problem with installing or using the word lists please
64 let the Aspell maintainer, Kevin Atkinson, know at kevina@gnu.org.
66 If you have problems with the actual word lists please contact one of
67 the Word lists authors as the Aspell maintainer does not maintain the
68 actual Word Lists.
70 Any additional documentation that came with the original word list can
71 be found in the doc/ directory.