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

..03-May-2022-

doc/H03-May-2022-

COPYINGH A D25-Aug-200417.6 KiB341281

CopyrightH A D02-Apr-2004305 87

Makefile.preH A D25-Aug-20041.7 KiB7552

READMEH A D25-Aug-20042.7 KiB7457

configureH A D25-Aug-20042.4 KiB9061

infoH A D25-Aug-2004694 3231

ta.datH A D27-Apr-200477 75

ta.multiH A D25-Aug-200470 32

tamil.aliasH A D25-Aug-200472 32

u-taml.cmapH A D29-Apr-200410.4 KiB982977

u-taml.csetH A D29-Apr-200412.1 KiB263262

README

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