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

Side by Side Diff: third_party/hunspell_dictionaries/README.chromium

Issue 3380026: Add URLs and license files.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: '' Created 10 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « third_party/hunspell_dictionaries/COPYING.MPL ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: hunspell dictionaries
2 URL: http://wiki.services.openoffice.org/wiki/Dictionaries
3 http://www.justlocal.com.au/
4 http://bgoffice.sourceforge.net/
5 http://ftp.linux.ee/pub/openoffice/contrib/dictionaries/et_EE.zip
6 http://www.dicollecte.org/
7 http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/ de_DE_neu.zip
8 http://sourceforge.net/projects/magyarispell/
9 http://extensions.services.openoffice.org/project/pl-dict
10 http://openoffice.rs/dict-sr/
11 http://code.google.com/p/tr-spell/
12 http://ispell-uk.sourceforge.net/
13
1 This folder contains the following: 14 This folder contains the following:
2 15
3 .dic files 16 .dic files
4 .aff files 17 .aff files
5 .bdic files 18 .bdic files
6 .dic_delta files 19 .dic_delta files
7 README_??_??.txt files 20 README_??_??.txt files
8 21
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. 22 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 23
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 88
76 sl_SI: Added words 89 sl_SI: Added words
77 Added NOSUGGEST flag = ! to .aff file 90 Added NOSUGGEST flag = ! to .aff file
78 Added five words to .dic file with the ! flag to mark them forbidden/nos uggest. 91 Added five words to .dic file with the ! flag to mark them forbidden/nos uggest.
79 92
80 sv_SE: Added words 93 sv_SE: Added words
81 94
82 tr_TR: No changes 95 tr_TR: No changes
83 96
84 vi_VN: Added words. 97 vi_VN: Added words.
OLDNEW
« no previous file with comments | « third_party/hunspell_dictionaries/COPYING.MPL ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698