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