Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(581)

Side by Side Diff: third_party/hunspell128/dictionaries/README.chromium

Issue 2076009: Move hunspell dictionaris out of "third_party/hunspell".... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/deps/
Patch Set: '' Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 This Folder contains the following:
2
3 .dic files
4 .aff files
5 .bdic files
6 .dic_delta files
7 README_??_??.txt files
8
9 The .bdic files are binary files, generated from the corresponding .dic and .aff files, using convert_dict (chrome\tools\convert_dict). These binary files are u sed by the spellchecker. The .dic_delta files are used to add words which are no t there in the .dic files. Irrespective of the encoding of the corresponding .di c file, the .dic_delta files are encoded as UTF-8.
10
11 The final binary file, .bdic, is generated with words from the .dic and addition al words from the .dic_delta file. In order to get the current-most bdic file ve rsions, it is a good idea to rebuild them using convert_dict from the .dic, .aff and .dic_delta files in this folder. convert_dict takes care of duplicate entri es present both in .dic and .dic_delta files.
12
13 The README_??_??.txt files contain information about the individual dictionaries , including copyright information.
14
15 The following 19 dictionaries have been appended with additional words using the .dic_delta files (January 5th 2009), and are covered under the existing GPL/LGP L/MPL tri-license in ../COPYING:
16
17 en_US: Added words
18
19 fr_FR: Added words
20
21 it_IT: Added words
22 Added NOSUGGEST flag = % to .aff file
23 Added three words to .dic file with the ! flag to mark them forb idden/nosuggest.
24
25 de_DE_neu: Added words.
26
27 pt_PT: Added words
28
29 pt_BR: Added words
30
31 pl_PL: Added words.
32
33 da_DK: Added words.
34
35 ro_RO: Added words.
36
37 id_ID: Added words.
38
39 cs_CZ: Added words.
40
41 nb_NO: Added words.
42
43 vi_VN: Added words.
44
45 lt_LT: Added words.
46 Added NOSUGGEST flag = ! to .aff file
47 Added some words to .dic file with the ! flag to mark them forbi dden/nosuggest.
48
49
50 sk_SK: Added words.
51
52 sl_SI: Added words
53 Added NOSUGGEST flag = ! to .aff file
54 Added five words to .dic file with the ! flag to mark them forbi dden/nosuggest.
55
56 ca_ES: Added words
57 Added NOSUGGEST flag = ! to .aff file
58 Added two words to .dic file with the ! flag to mark them forbid den/nosuggest.
59
60 lv_LV: Added words.
61
62 hr_HR: Added words.
63
64 NOTE: Until we upgrade our Hunspell to a newer version supporting more
65 than 8 conditions for Affentry, make sure that all the entries in *.aff files
66 have 8 or fewer conditions. See http://crbug.com/8551 for details.
OLDNEW
« no previous file with comments | « third_party/hunspell128/README.chromium ('k') | third_party/hunspell128/dictionaries/README_bg_BG.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698