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

..03-May-2022-

doc/H03-May-2022-

COPYINGH A D05-Aug-200417.6 KiB341281

CopyrightH A D27-May-20041 KiB2318

Makefile.preH A D05-Aug-20041.7 KiB7552

READMEH A D05-Aug-20042.3 KiB7053

configureH A D05-Aug-20042.4 KiB9061

infoH A D05-Aug-2004341 2120

tagalog.aliasH A D05-Aug-200472 32

tl.cwlH A D05-Aug-200462 KiB

tl.datH A D03-Aug-200465 54

tl.multiH A D05-Aug-200470 32

README

1GNU Aspell 0.50 Tagalog Dictionary Package
2Version 0.02-1
32004-08-05
4Maintained By:
5  Ramil Sagum <ramil at astra ph>
6Original Word List Also By:
7  Kevin P. Scannell <scannell at slu edu>
8Copyright Terms: GPL (see the file Copyright for the exact terms)
9Wordlist URL: http://borel.slu.edu/crubadan/index.html
10This word list is considered accurate but incomplete.
11
12This is the Tagalog dictionary for Aspell.  It requires Aspell
13version 0.50 or better.
14
15If Aspell is installed and aspell and word-list-compress 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 (tl) by
47setting the LANG environmental variable to tl or running Aspell
48with "--lang=tl".  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  tl (tagalog)
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"word-list-compress < BASE.cwl > BASE.wl" or simply
58"word-list-compress < BASE.cwl" to dump it to standard output.
59
60If you have any problem with installing or using the word lists please
61let the Aspell maintainer, Kevin Atkinson, know at kevina@gnu.org.
62
63If you have problems with the actual word lists please contact one of
64the Word lists authors as the Aspell maintainer does not maintain the
65actual Word Lists.
66
67Any additional documentation that came with the original word list can
68be found in the doc/ directory.
69
70