]> git.lyx.org Git - dictionaries.git/blob - dicts/info/bengali/README
initial import of dictionaries and thesauri (from OpenSUSE repository)
[dictionaries.git] / dicts / info / bengali / README
1 See original package:  http://ftp.gnu.org/gnu/aspell/dict/bn/aspell6-bn-0.01.1-1.tar.bz2 
2 Conversion made by Laszlo Nemeth, for demonstration of Hunspell Unicode support
3 (see http://hunspell.sourceforge.net)
4 Updated by Jamil Ahmed <itsjamil at gmail com>
5 ORIGINAL README:
6 -----------------------------
7
8 GNU Aspell 0.60 Bengali (বাংলা) Dictionary Package
9 Version 0.01.1-1
10 2004-08-24
11 Original Word List By:
12   Taneem Ahmed <taneem at eyetap org>
13   . <dictionary at bengalinux org>
14   Dr Abhijit Das
15 Copyright Terms: GPL (see the file Copyright for the exact terms)
16 Wordlist URL: http://www.bengalinux.org/downloads
17 Source Verson: 0.50-1
18
19 This is the Bengali dictionary for Aspell.  It requires Aspell 
20 version 0.60 or better.
21
22 If Aspell is installed and aspell and prezip-bin are all
23 in the path first do a:
24
25   ./configure
26
27 Which should output something like:
28
29   Finding Dictionary file location ... /usr/local/lib/aspell
30   Finding Data file location ... /usr/local/share/aspell
31
32 if it did not something likely went wrong.
33
34 After that build the package with:
35   make
36 and then install it with
37   make install
38
39 If any of the above mentioned programs are not in your path than the
40 variables, ASPELL and/or PREZIP need to be set to the
41 commands (with path) to run the utilities.  These variables may be set
42 in the environment before configure is run or specified at the command
43 line using the following syntax
44   ./configure --vars VAR1=VAL1 ...
45 Other useful variables configure recognizes are ASPELL_PARMS, and DESTDIR.
46
47 To clean up after the build:
48   make clean
49
50 To uninstall the files:
51   make uninstall
52
53 After the dictionaries are installed you can use the main one (bn) by
54 setting the LANG environmental variable to bn or running Aspell
55 with "--lang=bn".  You may also chose the dictionary directly
56 with the "-d" or "--master" option of Aspell.  You can chose from any of
57 the following dictionaries:
58   bn (bengali)
59 Whereas the names in parentheses are alternate names for the
60 dictionary preceding the parentheses.
61
62 The individual word lists have an extension of ".cwl" and are
63 compressed to save space.  To uncompress a word list use 
64 "preunzip BASE.cwl" which will uncompress it and rename the file 
65 to "BASE.wl".  To dump a compressed word list to standard output use
66 "precat BASE.cwl".  To uncompress all word lists in the current
67 directory use "preunzip *.cwl".  For more help on "preunzip" use
68 "preunzip --help".
69
70 If you have any problem with installing or using the word lists please
71 let the Aspell maintainer, Kevin Atkinson, know at kevina@gnu.org.
72
73 If you have problems with the actual word lists please contact one of
74 the Word lists authors as the Aspell maintainer does not maintain the
75 actual Word Lists.
76
77 Any additional documentation that came with the original word list can
78 be found in the doc/ directory.
79