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

Unified Diff: README_en_US.txt

Issue 1810993003: Updated en-* dictionaries to 7-0. Added fa-IR. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/hunspell_dictionaries.git@master
Patch Set: One more word for the delta files Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README_en_GB.txt ('k') | README_fa_IR.txt » ('j') | en_GB.dic_delta » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README_en_US.txt
diff --git a/README_en_US.txt b/README_en_US.txt
index cb3f0d98c4dc9efee19fdb0cc438b11db057aca7..8b23d11cf59d89e38f2f046e465dad522868d57e 100644
--- a/README_en_US.txt
+++ b/README_en_US.txt
@@ -1,5 +1,6 @@
en_US Hunspell Dictionary
-Thu Feb 26 16:06:27 2015 -0500 [9c3f26a]
+Version 2016.01.19
+Tue Jan 19 17:07:49 2016 -0500 [a535654]
http://wordlist.sourceforge.net
README file for English Hunspell dictionaries derived from SCOWL.
@@ -22,9 +23,12 @@ The normal (non-large) dictionaries correspond to SCOWL size 60 and,
to encourage consistent spelling, generally only include one spelling
variant for a word. The large dictionaries correspond to SCOWL size
70 and may include multiple spelling for a word when both variants are
-considered almost equal. Also, the general quality of the larger
-dictionaries may also be less as they are not as carefully checked for
-errors as the normal dictionaries.
+considered almost equal. The larger dictionaries however (1) have not
+been as carefully checked for errors as the normal dictionaries and
+thus may contain misspelled or invalid words; and (2) contain
+uncommon, yet valid, words that might cause problems as they are
+likely to be misspellings of more common words (for example, "ort" and
+"calender").
To get an idea of the difference in size, here are 25 random words
only found in the large dictionary for American English:
@@ -40,7 +44,7 @@ basis. If you find them useful please send me a quick email at
kevina@gnu.org.
If none of these dictionaries suite you (for example, maybe you want
-the larger dictionary but only use spelling of a word) additional
+the normal dictionary that also includes common variants) additional
dictionaries can be generated at http://app.aspell.net/create or by
modifying speller/make-hunspell-dict in SCOWL. Please do let me know
if you end up publishing a customized dictionary.
@@ -55,6 +59,16 @@ kevina@gnu.org or to the wordlist-devel mailing lists
have specific issues with any of these dictionaries please file a bug
report at https://github.com/kevina/wordlist/issues.
+IMPORTANT CHANGES INTRODUCED IN 2015.04.24:
+
+The dictionaries are now in UTF-8 format instead of ISO-8859-1. This
+was required to handle smart quotes correctly.
+
+IMPORTANT CHANGES INTRODUCED IN 2016.01.19:
+
+"SET UTF8" was changes to "SET UTF-8" in the affix file as some
+versions of Hunspell do not recognize "UTF8".
+
ADDITIONAL NOTES:
The NOSUGGEST flag was added to certain taboo words. While I made an
@@ -304,5 +318,5 @@ from the Ispell distribution they are under the Ispell copyright:
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
-Build Date: Thu Feb 26 15:58:05 PST 2015
-Wordlist Command: mk-list en_US 60 | deaccent
+Build Date: Tue Jan 19 17:11:03 EST 2016
+Wordlist Command: mk-list --accents=strip en_US 60
« no previous file with comments | « README_en_GB.txt ('k') | README_fa_IR.txt » ('j') | en_GB.dic_delta » ('J')

Powered by Google App Engine
This is Rietveld 408576698