Blame hi_IN/README

Packit e13a72
Version 1.0.0 Anish Patil<apatil@redhat.com>
Packit e13a72
* In TRY Sequence of aff file contains characters that are used in building suggestions for misplaced words  and those are arranged by frequencies in underline dictionaries. TRY sequence was missing in aff files for Hindi dictionaries.  
Packit e13a72
* Added Aff rules for Hindi dictionary 
Packit e13a72
Packit e13a72
See original package:  http://ftp.gnu.org/gnu/aspell/dict/hi/aspell6-hi-0.01-0.tar.bz2 
Packit e13a72
Conversion made by Laszlo Nemeth, for demonstration of Hunspell Unicode support
Packit e13a72
(see http://hunspell.sourceforge.net)
Packit e13a72
ORIGINAL README:
Packit e13a72
-----------------------------
Packit e13a72
Packit e13a72
GNU Aspell 0.60 Hindi (हिंदी) Dictionary Package
Packit e13a72
Version 0.01-0
Packit e13a72
2005-01-27
Packit e13a72
Maintained By:
Packit e13a72
  The janabhaaratii Team (जनभारती) <janabhaaratii at ncst dot ernet dot in>
Packit e13a72
Copyright Terms: GPL (see the file Copyright for the exact terms)
Packit e13a72
Wordlist URL: http://www.janabhaaratii.org.in
Packit e13a72
Source Verson: 0.01
Packit e13a72
Packit e13a72
This is the Hindi dictionary for Aspell.  It requires Aspell 
Packit e13a72
version 0.60 or better.
Packit e13a72
Packit e13a72
If Aspell is installed and aspell and prezip-bin are all
Packit e13a72
in the path first do a:
Packit e13a72
Packit e13a72
  ./configure
Packit e13a72
Packit e13a72
Which should output something like:
Packit e13a72
Packit e13a72
  Finding Dictionary file location ... /usr/local/lib/aspell
Packit e13a72
  Finding Data file location ... /usr/local/share/aspell
Packit e13a72
Packit e13a72
if it did not something likely went wrong.
Packit e13a72
Packit e13a72
After that build the package with:
Packit e13a72
  make
Packit e13a72
and then install it with
Packit e13a72
  make install
Packit e13a72
Packit e13a72
If any of the above mentioned programs are not in your path than the
Packit e13a72
variables, ASPELL and/or PREZIP need to be set to the
Packit e13a72
commands (with path) to run the utilities.  These variables may be set
Packit e13a72
in the environment before configure is run or specified at the command
Packit e13a72
line using the following syntax
Packit e13a72
  ./configure --vars VAR1=VAL1 ...
Packit e13a72
Other useful variables configure recognizes are ASPELL_PARMS, and DESTDIR.
Packit e13a72
Packit e13a72
To clean up after the build:
Packit e13a72
  make clean
Packit e13a72
Packit e13a72
To uninstall the files:
Packit e13a72
  make uninstall
Packit e13a72
Packit e13a72
After the dictionaries are installed you can use the main one (hi) by
Packit e13a72
setting the LANG environmental variable to hi or running Aspell
Packit e13a72
with "--lang=hi".  You may also chose the dictionary directly
Packit e13a72
with the "-d" or "--master" option of Aspell.  You can chose from any of
Packit e13a72
the following dictionaries:
Packit e13a72
  hi (hindi)
Packit e13a72
Whereas the names in parentheses are alternate names for the
Packit e13a72
dictionary preceding the parentheses.
Packit e13a72
Packit e13a72
The individual word lists have an extension of ".cwl" and are
Packit e13a72
compressed to save space.  To uncompress a word list use 
Packit e13a72
"preunzip BASE.cwl" which will uncompress it and rename the file 
Packit e13a72
to "BASE.wl".  To dump a compressed word list to standard output use
Packit e13a72
"precat BASE.cwl".  To uncompress all word lists in the current
Packit e13a72
directory use "preunzip *.cwl".  For more help on "preunzip" use
Packit e13a72
"preunzip --help".
Packit e13a72
Packit e13a72
If you have any problem with installing or using the word lists please
Packit e13a72
let the Aspell maintainer, Kevin Atkinson, know at kevina@gnu.org.
Packit e13a72
Packit e13a72
If you have problems with the actual word lists please contact one of
Packit e13a72
the Word lists authors as the Aspell maintainer does not maintain the
Packit e13a72
actual Word Lists.
Packit e13a72
Packit e13a72
Any additional documentation that came with the original word list can
Packit e13a72
be found in the doc/ directory.
Packit e13a72