blob: 28a7f2edfc841a741162efcb932f80a73387d656 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
This Folder contains the following:
.dic files
.aff files
.bdic files
.dic_delta files
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 used by the spellchecker. The .dic_delta files are used to add words which are not there in the .dic files. The final binary file, .bdic, is generated with words from the .dic and additional words from the .dic_delta file.
In order to get the current-most bdic file versions, it is a good idea to rebuild them using convert_dict from the .dic, .aff and .dic_delta files in this folder.
The following 20 dictionaries have been appended with additional words using the .dic_delta files (January 5th 2009):
en-US: Added words
fr-FR: Added words
it-IT: Added words
Added NOSUGGEST flag = ! to .aff file
Added three words to .dic file with the ! flag to mark them forbidden/nosuggest.
de-DE_neu: Added words.
pt-PT: Added words
pt-BR: Added words
ru-RU: Added words
Added NOSUGGEST flag = ! to .aff file
Added some words to .dic file with the ! flag to mark them forbidden/nosuggest.
pl-PL: Added words.
da-DK: Added words.
ro-RO: Added words.
id-ID: Added words.
cs-CZ: Added words.
nb-NO: Added words.
vi-VN: Added words.
lt-LT: Added words.
sk-SK: Added words.
sl-SI: Added words
Added NOSUGGEST flag = ! to .aff file
Added five words to .dic file with the ! flag to mark them forbidden/nosuggest.
ca-ES: Added words
Added NOSUGGEST flag = ! to .aff file
Added two words to .dic file with the ! flag to mark them forbidden/nosuggest.
lv-LV: Added words.
hr-HR: Added words.
|