| Index: README_en_CA.txt
|
| diff --git a/README_en_CA.txt b/README_en_CA.txt
|
| index 8c69dcb003b321d7ec94ff0b7547f295ddd3469d..0c14a5aeead5c0d47a9e00de9e4a49be15a091f1 100644
|
| --- a/README_en_CA.txt
|
| +++ b/README_en_CA.txt
|
| @@ -1,5 +1,6 @@
|
| en_CA 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:07 PST 2015
|
| -Wordlist Command: mk-list en_CA 60 | deaccent
|
| +Build Date: Tue Jan 19 17:11:05 EST 2016
|
| +Wordlist Command: mk-list --accents=strip en_CA 60
|
|
|