OLD | NEW |
| (Empty) |
1 The vi_VN.aff rules were improved by Ivan Garcia - capiscuas@gmail.com (Sept 200
7) | |
2 More Info about how to install the package in Openoffice and Firefox here: | |
3 http://code.google.com/p/hunspell-spellcheck-vi/ | |
4 | |
5 ORIGINAL README: | |
6 ----------------------------- | |
7 See original package: http://ftp.gnu.org/gnu/aspell/dict/vi/aspell6-vi-0.01.1-1
.tar.bz2 | |
8 Conversion made by Laszlo Nemeth, for demonstration of Hunspell Unicode support | |
9 (see http://hunspell.sourceforge.net) | |
10 | |
11 | |
12 GNU Aspell 0.60 Vietnamese (Việt ngữ) Dictionary Package | |
13 Version 0.01.1-1 | |
14 2004-08-24 | |
15 Original Word List By: | |
16 Ho Ngoc Duc (Hồ Ngọc Đức) <duc at informatik uni-leipzig de> | |
17 Copyright Terms: GPL (see the file Copyright for the exact terms) | |
18 This word list is considered complete. | |
19 | |
20 This is the Vietnamese dictionary for Aspell. It requires Aspell | |
21 version 0.60 or better. | |
22 | |
23 If Aspell is installed and aspell and prezip-bin are all | |
24 in the path first do a: | |
25 | |
26 ./configure | |
27 | |
28 Which should output something like: | |
29 | |
30 Finding Dictionary file location ... /usr/local/lib/aspell | |
31 Finding Data file location ... /usr/local/share/aspell | |
32 | |
33 if it did not something likely went wrong. | |
34 | |
35 After that build the package with: | |
36 make | |
37 and then install it with | |
38 make install | |
39 | |
40 If any of the above mentioned programs are not in your path than the | |
41 variables, ASPELL and/or PREZIP need to be set to the | |
42 commands (with path) to run the utilities. These variables may be set | |
43 in the environment before configure is run or specified at the command | |
44 line using the following syntax | |
45 ./configure --vars VAR1=VAL1 ... | |
46 Other useful variables configure recognizes are ASPELL_PARMS, and DESTDIR. | |
47 | |
48 To clean up after the build: | |
49 make clean | |
50 | |
51 To uninstall the files: | |
52 make uninstall | |
53 | |
54 After the dictionaries are installed you can use the main one (vi) by | |
55 setting the LANG environmental variable to vi or running Aspell | |
56 with "--lang=vi". You may also chose the dictionary directly | |
57 with the "-d" or "--master" option of Aspell. You can chose from any of | |
58 the following dictionaries: | |
59 vi (viet) | |
60 Whereas the names in parentheses are alternate names for the | |
61 dictionary preceding the parentheses. | |
62 | |
63 The individual word lists have an extension of ".cwl" and are | |
64 compressed to save space. To uncompress a word list use | |
65 "preunzip BASE.cwl" which will uncompress it and rename the file | |
66 to "BASE.wl". To dump a compressed word list to standard output use | |
67 "precat BASE.cwl". To uncompress all word lists in the current | |
68 directory use "preunzip *.cwl". For more help on "preunzip" use | |
69 "preunzip --help". | |
70 | |
71 If you have any problem with installing or using the word lists please | |
72 let the Aspell maintainer, Kevin Atkinson, know at kevina@gnu.org. | |
73 | |
74 If you have problems with the actual word lists please contact one of | |
75 the Word lists authors as the Aspell maintainer does not maintain the | |
76 actual Word Lists. | |
77 | |
78 Any additional documentation that came with the original word list can | |
79 be found in the doc/ directory. | |
80 | |
OLD | NEW |