Index: third_party/hunspell128/dictionaries/README.chromium |
=================================================================== |
--- third_party/hunspell128/dictionaries/README.chromium (revision 47269) |
+++ third_party/hunspell128/dictionaries/README.chromium (working copy) |
@@ -1,66 +0,0 @@ |
-This Folder contains the following: |
- |
-.dic files |
-.aff files |
-.bdic files |
-.dic_delta files |
-README_??_??.txt 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. Irrespective of the encoding of the corresponding .dic file, the .dic_delta files are encoded as UTF-8. |
- |
-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. convert_dict takes care of duplicate entries present both in .dic and .dic_delta files. |
- |
-The README_??_??.txt files contain information about the individual dictionaries, including copyright information. |
- |
-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/LGPL/MPL tri-license in ../COPYING: |
- |
-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 |
- |
-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. |
- Added NOSUGGEST flag = ! to .aff file |
- Added some words to .dic file with the ! flag to mark them forbidden/nosuggest. |
- |
- |
-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. |
- |
-NOTE: Until we upgrade our Hunspell to a newer version supporting more |
-than 8 conditions for Affentry, make sure that all the entries in *.aff files |
-have 8 or fewer conditions. See http://crbug.com/8551 for details. |