Hello community, here is the log from the commit of package aspell-en for openSUSE:Factory checked in at Thu May 5 16:26:10 CEST 2011. -------- --- aspell-en/aspell-en.changes 2010-07-12 09:57:32.000000000 +0200 +++ /mounts/work_src_done/STABLE/aspell-en/aspell-en.changes 2011-04-10 17:49:25.000000000 +0200 @@ -1,0 +2,20 @@ +Sun Apr 10 15:41:04 UTC 2011 - asterios.dramis@gmail.com + +- Updated to version 7.1-0: + * Updated to SCOWL 7.1 which corrected several errors and also added + several now common proper names and some other words now in + common use. + From 7.0: + * Updated to SCOWL 7 which was created with a new version of Varcon + which corrected many errors, especially in the British and Canadian + dictionaries. Numerous other corrections are also included. + * Added en_CA-variant_* and en_GB-variant_* auxiliary dictionaries. +- Spec file updates: + * Changes based on rpmdevtools templates and spec-cleaner run. + * Added description for the patch based on openSUSE Patches Guidelines. + * Updates in %description. + * Run %fdupes to fix rpmlint warning "files-duplicate". + * Minor other updates. +- Rebased Novellwords_extra_dict.patch to apply cleanly. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- aspell6-en-6.0-0.tar.bz2 New: ---- aspell6-en-7.1-0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aspell-en.spec ++++++ --- /var/tmp/diff_new_pack.1ROiYn/_old 2011-05-05 16:24:31.000000000 +0200 +++ /var/tmp/diff_new_pack.1ROiYn/_new 2011-05-05 16:24:31.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package aspell-en (Version 6.0) +# spec file for package aspell-en # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,37 +17,35 @@ # norootforbuild +%define aspell_dict_dir %(aspell dump config dict-dir) +%define aspell_data_dir %(aspell dump config data-dir) Name: aspell-en -BuildRequires: aspell +Version: 7.1 +Release: 1 +Summary: English Dictionaries for ASpell + License: Collective copyright allows use, copying, modification, distribution -Group: Productivity/Text/Spell -Provides: locale(aspell:en) -Requires: aspell >= 0.60 -AutoReqProv: on -Version: 6.0 -Release: 162 -Summary: An English Dictionary for ASpell Url: http://wordlist.sourceforge.net/ -Source: aspell6-en-6.0-0.tar.bz2 +Group: Productivity/Text/Spell +Source0: ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-%{version}-0.tar.bz2 Source1: Nwordlist.tgz -Patch: aspell-en-Novellwords_extra_dict.patch +# PATCH-FEATURE-OPENSUSE aspell-en-Novellwords_extra_dict.patch -- Add Novell jargon dictionary +Patch0: aspell-en-Novellwords_extra_dict.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%define aspell_dict_dir %(aspell dump config dict-dir) -%define aspell_data_dir %(aspell dump config data-dir) - -%description -An English dictionary for the ASpell spell checker. - +BuildRequires: aspell >= 0.60 +BuildRequires: fdupes +Requires: aspell >= 0.60 +Provides: locale(aspell:en) -Authors: --------- - Kevin Atkinson <kevina@gnu.org> +%description +An English, Canadian English and British English dictionary for the ASpell +spell checker. %prep -%setup -q -n aspell6-en-6.0-0 -a1 -%patch +%setup -q -n aspell6-en-%{version}-0 -a1 +%patch0 %build ./configure @@ -57,15 +55,17 @@ /usr/bin/word-list-compress d < Nwordlist.cwl | aspell --lang=en create master ./enNovellwords %install -make DESTDIR=$RPM_BUILD_ROOT install -install -m 644 ./enNovellwords $RPM_BUILD_ROOT/%{aspell_dict_dir}/ +%makeinstall +install -pm 0644 ./enNovellwords %{buildroot}%{aspell_dict_dir}/ + +%fdupes -s %{buildroot} %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files -%defattr(-,root,root) -%doc Copyright README doc/ChangeLog doc/SCOWL-README +%defattr(-,root,root,-) +%doc Copyright README doc/ChangeLog doc/SCOWL-README doc/extra.txt %{aspell_dict_dir}/*.rws %{aspell_dict_dir}/*.multi %{aspell_dict_dir}/*.alias ++++++ aspell-en-Novellwords_extra_dict.patch ++++++ --- /var/tmp/diff_new_pack.1ROiYn/_old 2011-05-05 16:24:31.000000000 +0200 +++ /var/tmp/diff_new_pack.1ROiYn/_new 2011-05-05 16:24:31.000000000 +0200 @@ -1,24 +1,24 @@ --- en.multi +++ en.multi @@ -1,2 +1,3 @@ - # Generated with Aspell Dicts "proc" script version 0.60.2 + # Generated with Aspell Dicts "proc" script version 0.60.4 add en-wo_accents.multi +add enNovellwords --- en_CA.multi +++ en_CA.multi @@ -1,2 +1,3 @@ - # Generated with Aspell Dicts "proc" script version 0.60.2 + # Generated with Aspell Dicts "proc" script version 0.60.4 add en_CA-wo_accents.multi +add enNovellwords --- en_GB.multi +++ en_GB.multi @@ -1,2 +1,3 @@ - # Generated with Aspell Dicts "proc" script version 0.60.2 + # Generated with Aspell Dicts "proc" script version 0.60.4 add en_GB-ise-wo_accents.multi +add enNovellwords --- en_US.multi +++ en_US.multi @@ -1,2 +1,3 @@ - # Generated with Aspell Dicts "proc" script version 0.60.2 + # Generated with Aspell Dicts "proc" script version 0.60.4 add en_US-wo_accents.multi +add enNovellwords ++++++ aspell6-en-6.0-0.tar.bz2 -> aspell6-en-7.1-0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/Copyright new/aspell6-en-7.1-0/Copyright --- old/aspell6-en-6.0-0/Copyright 2004-08-10 09:07:21.000000000 +0200 +++ new/aspell6-en-7.1-0/Copyright 2011-01-06 10:18:21.000000000 +0100 @@ -1,15 +1,14 @@ +This English word list is comes directly from SCOWL 7.0 (up to level 60, +using the speller/make-aspell-dict script, http://wordlist.sourceforge.net/) +and is thus under the same copyright of SCOWL. The affix file (only +included in the aspell6 package) is based on the Ispell one which is +under the same copyright of Ispell. Part of SCOWL is also based on +Ispell thus the Ispell copyright is included with the SCOWL copyright. -This English word list is comes directly from SCOWL 6 (up to level 60, using -the src/make-aspell-dict script, http://wordlist.sourceforge.net/) and is -thus under the same copyright of SCOWL. The affix file (only included in -the aspell6 package) is based on the Ispell one which is under the same -copyright of Ispell. Part of SCOWL is also based on Ispell thus the Ispell -copyright is included with the SCOWL copyright. - -The collective work is Copyright 2000-2004 by Kevin Atkinson as well +The collective work is Copyright 2000-2011 by Kevin Atkinson as well as any of the copyrights mentioned below: - Copyright 2000-2004 by Kevin Atkinson + Copyright 2000-2011 by Kevin Atkinson Permission to use, copy, modify, distribute and sell these word lists, the associated scripts, the output created from the scripts, @@ -142,16 +141,14 @@ 4.0 of his 12dicts package. Like his other stuff the 2of4brif is also in the public domain. -The 60 level includes Brian's frequency class 0 and all words -appearing in at least 2 of the 12 dictionaries as indicated by the -12Dicts package. A large number of names are also included: The 4,946 -female names and the 3,897 male names from the MWords package. +The 60 level includes all words appearing in at least 2 of the 12 +dictionaries as indicated by the 12Dicts package. -The 70 level includes the 74,550 common dictionary words and the -21,986 names list from the MWords package The common dictionary words, +The 70 level includes Brian's frequency class 0 and the 74,550 common +dictionary words from the MWords package. The common dictionary words, like those from the 12Dicts package, have had all likely inflections added. The 70 level also included the 5desk list from version 4.0 of -the 12Dics package which is the public domain +the 12Dics package which is the public domain. The 80 level includes the ENABLE word list, all the lists in the ENABLE supplement package (except for ABLE), the "UK Advanced Cryptics @@ -191,10 +188,11 @@ There are no other restrictions: I would like to see the list distributed as widely as possible. -The 95 level includes the 354,984 single words and 256,772 compound -words from the MWords package, ABLE.LST from the ENABLE Supplement, -and some additional words found in my part-of-speech database that -were not found anywhere else. +The 95 level includes the 354,984 single words, 256,772 compound +words, 4,946 female names and the 3,897 male names, and 21,986 names +from the MWords package, ABLE.LST from the ENABLE Supplement, and some +additional words found in my part-of-speech database that were not +found anywhere else. Accent information was taken from UKACD. @@ -237,4 +235,3 @@ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/Makefile.pre new/aspell6-en-7.1-0/Makefile.pre --- old/aspell6-en-6.0-0/Makefile.pre 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/Makefile.pre 2011-01-06 10:20:06.000000000 +0100 @@ -1,14 +1,14 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 lang = en -version = 6.0-0 +version = 7.1-0 -cwl_files = en-common.cwl en-variant_0.cwl en-variant_1.cwl en-variant_2.cwl en_CA-w_accents-only.cwl en_CA-wo_accents-only.cwl en_GB-ise-w_accents-only.cwl en_GB-ise-wo_accents-only.cwl en_GB-ize-w_accents-only.cwl en_GB-ize-wo_accents-only.cwl en_US-w_accents-only.cwl en_US-wo_accents-only.cwl +cwl_files = en-common.cwl en-variant_0.cwl en-variant_1.cwl en-variant_2.cwl en-w_accents-only.cwl en-wo_accents-only.cwl en_CA-variant_0.cwl en_CA-variant_1.cwl en_CA-w_accents-only.cwl en_CA-wo_accents-only.cwl en_GB-ise-w_accents-only.cwl en_GB-ise-wo_accents-only.cwl en_GB-ize-w_accents-only.cwl en_GB-ize-wo_accents-only.cwl en_GB-variant_0.cwl en_GB-variant_1.cwl en_US-w_accents-only.cwl en_US-wo_accents-only.cwl data_files = en.dat en_phonet.dat en_affix.dat doc_files = README README.iso Copyright extra_files = configure info Makefile.pre -multi_files = american.alias american-w_accents.alias american-wo_accents.alias british.alias british-ise.alias british-ise-w_accents.alias british-ise-wo_accents.alias british-ize.alias british-ize-w_accents.alias british-ize-wo_accents.alias british-w_accents.alias british-wo_accents.alias canadian.alias canadian-w_accents.alias canadian-wo_accents.alias en.multi en-variant_0.multi en-variant_1.multi en-variant_2.multi en-w_accents.multi en-wo_accents.multi en_CA.multi en_CA-w_accents.multi en_CA-wo_accents.multi en_GB.multi en_GB-ise.multi en_GB-ise-w_accents.multi en_GB-ise-wo_accents.multi en_GB-ize.multi en_GB-ize-w_accents.multi en_GB-ize-wo_accents.multi en_GB-w_accents.multi en_GB-wo_accents.multi en_US.multi en_US-w_accents.multi en_US-wo_accents.multi english.alias english-variant_0.alias english-variant_1.alias english-variant_2.alias english-w_accents.alias english-wo_accents.alias -rws_files = en-common.rws en-variant_0.rws en-variant_1.rws en-variant_2.rws en_CA-w_accents-only.rws en_CA-wo_accents-only.rws en_GB-ise-w_accents-only.rws en_GB-ise-wo_accents-only.rws en_GB-ize-w_accents-only.rws en_GB-ize-wo_accents-only.rws en_US-w_accents-only.rws en_US-wo_accents-only.rws +multi_files = american.alias american-variant_0.alias american-variant_1.alias american-w_accents.alias american-wo_accents.alias british.alias british-ise.alias british-ise-w_accents.alias british-ise-wo_accents.alias british-ize.alias british-ize-w_accents.alias british-ize-wo_accents.alias british-variant_0.alias british-variant_1.alias british-w_accents.alias british-wo_accents.alias canadian.alias canadian-variant_0.alias canadian-variant_1.alias canadian-w_accents.alias canadian-wo_accents.alias en.multi en-variant_0.multi en-variant_1.multi en-variant_2.multi en-w_accents.multi en-wo_accents.multi en_CA.multi en_CA-variant_0.multi en_CA-variant_1.multi en_CA-w_accents.multi en_CA-wo_accents.multi en_GB.multi en_GB-ise.multi en_GB-ise-w_accents.multi en_GB-ise-wo_accents.multi en_GB-ize.multi en_GB-ize-w_accents.multi en_GB-ize-wo_accents.multi en_GB-variant_0.multi en_GB-variant_1.multi en_GB-w_accents.multi en_GB-wo_accents.multi en_US.multi en_US-variant_0.multi en_US-variant_1.multi en_US-w_accents.multi en_US-wo_accents.multi english.alias english-variant_0.alias english-variant_1.alias english-variant_2.alias english-w_accents.alias english-wo_accents.alias +rws_files = en-common.rws en-variant_0.rws en-variant_1.rws en-variant_2.rws en-w_accents-only.rws en-wo_accents-only.rws en_CA-variant_0.rws en_CA-variant_1.rws en_CA-w_accents-only.rws en_CA-wo_accents-only.rws en_GB-ise-w_accents-only.rws en_GB-ise-wo_accents-only.rws en_GB-ize-w_accents-only.rws en_GB-ize-wo_accents-only.rws en_GB-variant_0.rws en_GB-variant_1.rws en_US-w_accents-only.rws en_US-wo_accents-only.rws distdir=aspell6-${lang}-${version} @@ -66,6 +66,14 @@ en-variant_2.rws: en-variant_2.cwl +en-w_accents-only.rws: en-w_accents-only.cwl + +en-wo_accents-only.rws: en-wo_accents-only.cwl + +en_CA-variant_0.rws: en_CA-variant_0.cwl + +en_CA-variant_1.rws: en_CA-variant_1.cwl + en_CA-w_accents-only.rws: en_CA-w_accents-only.cwl en_CA-wo_accents-only.rws: en_CA-wo_accents-only.cwl @@ -78,6 +86,10 @@ en_GB-ize-wo_accents-only.rws: en_GB-ize-wo_accents-only.cwl +en_GB-variant_0.rws: en_GB-variant_0.cwl + +en_GB-variant_1.rws: en_GB-variant_1.cwl + en_US-w_accents-only.rws: en_US-w_accents-only.cwl en_US-wo_accents-only.rws: en_US-wo_accents-only.cwl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/README new/aspell6-en-7.1-0/README --- old/aspell6-en-6.0-0/README 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/README 2011-01-06 10:20:05.000000000 +0100 @@ -1,11 +1,11 @@ GNU Aspell 0.60 English Dictionary Package -Version 6.0-0 -2004-08-10 +Version 7.1-0 +2011-01-06 Original Word List By: Kevin Atkinson <kevina at gnu org> Copyright Terms: Copyrighted (see the file Copyright for the exact terms) Wordlist URL: http://wordlist.sourceforge.net/ -Source Verson: 6 +Source Version: 7.1 This word list is considered both complete and accurate. This is the English dictionary for Aspell. It requires Aspell @@ -47,11 +47,13 @@ with "--lang=en". You may also chose the dictionary directly with the "-d" or "--master" option of Aspell. You can chose from any of the following dictionaries: - en-variant_0 (english-variant_0) - en-variant_1 (english-variant_1) + en-variant_0 (american-variant_0 en_US-variant_0 english-variant_0) + en-variant_1 (american-variant_1 en_US-variant_1 english-variant_1) en-variant_2 (english-variant_2) en-w_accents (english-w_accents) en-wo_accents (en english english-wo_accents) + en_CA-variant_0 (canadian-variant_0) + en_CA-variant_1 (canadian-variant_1) en_CA-w_accents (canadian-w_accents) en_CA-wo_accents (canadian canadian-wo_accents en_CA) en_GB-ise-w_accents (british-ise-w_accents british-w_accents @@ -61,6 +63,8 @@ en_GB-wo_accents) en_GB-ize-w_accents (british-ize-w_accents) en_GB-ize-wo_accents (british-ize british-ize-wo_accents en_GB-ize) + en_GB-variant_0 (british-variant_0) + en_GB-variant_1 (british-variant_1) en_US-w_accents (american-w_accents) en_US-wo_accents (american american-wo_accents en_US) Whereas the names in parentheses are alternate names for the @@ -94,8 +98,7 @@ Canadian (en_CA) In addition generic English (en) is supported which is a combination -of all the above (which turns out to be just a combination of en_US -with en_GB-ise). +of all the above. For each dialect there is the option to either strip accents (for example cafe) or keep them (for example café). The default is to @@ -138,26 +141,30 @@ to ".aspell.conf". -Great care has been taken so that that only one spelling for any -particular word is included in the main dictionary. When two variants -were considered equal I randomly picked one for inclusion in the main -word list. Unfortunately this means that my choice in how to spell a -word may not match your choice. For this reason the following -auxiliary dictionaries are provided: - - en-variant_0 - en-variant_1 +Great care has been taken so that that, for the most part, only one +spelling for any particular word is included in the main dictionary. +When two variants were considered equal I randomly picked one for +inclusion in the main word list. Unfortunately this means that my +choice in how to spell a word may not match your choice. For this +reason the following auxiliary dictionaries are provided: + + en_US-variant_0 + en_US-variant_1 + en_GB-variant_0 + en_GB-variant_1 + en_CA-variant_0 + en_CA-variant_1 en-variant_2 These dictionaries are meant to be used in addition to one of the standard dictionaries. To specify them use the "extra-dicts" option. -The "en-variant_0" dictionary includes most variants which are -considered almost equal, "en-variant_1" includes variants which are +The "en_*-variant_0" dictionaries includes most variants which are +considered almost equal, "variant_1" includes variants which are generally considered acceptable, and "variant_2" contains variants -which are seldom used. It is only necessary to use on of these -dictionaries since "en-variant_1" includes all the words in -"en-variant_0" and "en-variant_2" includes all the words in both -"en-variant_0" and "en-variant_1". +which are seldom used and may not even be considered correct. It is +only necessary to use on of these dictionaries since, for example, +"en_US-variant_1" includes all the words in "en_US-variant_0". + UPGRADING FROM ASPELL6-EN-0.01 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/README.iso new/aspell6-en-7.1-0/README.iso --- old/aspell6-en-6.0-0/README.iso 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/README.iso 2011-01-06 10:20:05.000000000 +0100 @@ -1,11 +1,11 @@ GNU Aspell 0.60 English Dictionary Package -Version 6.0-0 -2004-08-10 +Version 7.1-0 +2011-01-06 Original Word List By: Kevin Atkinson <kevina at gnu org> Copyright Terms: Copyrighted (see the file Copyright for the exact terms) Wordlist URL: http://wordlist.sourceforge.net/ -Source Verson: 6 +Source Version: 7.1 This word list is considered both complete and accurate. This is the English dictionary for Aspell. It requires Aspell @@ -47,11 +47,13 @@ with "--lang=en". You may also chose the dictionary directly with the "-d" or "--master" option of Aspell. You can chose from any of the following dictionaries: - en-variant_0 (english-variant_0) - en-variant_1 (english-variant_1) + en-variant_0 (american-variant_0 en_US-variant_0 english-variant_0) + en-variant_1 (american-variant_1 en_US-variant_1 english-variant_1) en-variant_2 (english-variant_2) en-w_accents (english-w_accents) en-wo_accents (en english english-wo_accents) + en_CA-variant_0 (canadian-variant_0) + en_CA-variant_1 (canadian-variant_1) en_CA-w_accents (canadian-w_accents) en_CA-wo_accents (canadian canadian-wo_accents en_CA) en_GB-ise-w_accents (british-ise-w_accents british-w_accents @@ -61,6 +63,8 @@ en_GB-wo_accents) en_GB-ize-w_accents (british-ize-w_accents) en_GB-ize-wo_accents (british-ize british-ize-wo_accents en_GB-ize) + en_GB-variant_0 (british-variant_0) + en_GB-variant_1 (british-variant_1) en_US-w_accents (american-w_accents) en_US-wo_accents (american american-wo_accents en_US) Whereas the names in parentheses are alternate names for the @@ -94,8 +98,7 @@ Canadian (en_CA) In addition generic English (en) is supported which is a combination -of all the above (which turns out to be just a combination of en_US -with en_GB-ise). +of all the above. For each dialect there is the option to either strip accents (for example cafe) or keep them (for example caf�). The default is to @@ -138,26 +141,30 @@ to ".aspell.conf". -Great care has been taken so that that only one spelling for any -particular word is included in the main dictionary. When two variants -were considered equal I randomly picked one for inclusion in the main -word list. Unfortunately this means that my choice in how to spell a -word may not match your choice. For this reason the following -auxiliary dictionaries are provided: - - en-variant_0 - en-variant_1 +Great care has been taken so that that, for the most part, only one +spelling for any particular word is included in the main dictionary. +When two variants were considered equal I randomly picked one for +inclusion in the main word list. Unfortunately this means that my +choice in how to spell a word may not match your choice. For this +reason the following auxiliary dictionaries are provided: + + en_US-variant_0 + en_US-variant_1 + en_GB-variant_0 + en_GB-variant_1 + en_CA-variant_0 + en_CA-variant_1 en-variant_2 These dictionaries are meant to be used in addition to one of the standard dictionaries. To specify them use the "extra-dicts" option. -The "en-variant_0" dictionary includes most variants which are -considered almost equal, "en-variant_1" includes variants which are +The "en_*-variant_0" dictionaries includes most variants which are +considered almost equal, "variant_1" includes variants which are generally considered acceptable, and "variant_2" contains variants -which are seldom used. It is only necessary to use on of these -dictionaries since "en-variant_1" includes all the words in -"en-variant_0" and "en-variant_2" includes all the words in both -"en-variant_0" and "en-variant_1". +which are seldom used and may not even be considered correct. It is +only necessary to use on of these dictionaries since, for example, +"en_US-variant_1" includes all the words in "en_US-variant_0". + UPGRADING FROM ASPELL6-EN-0.01 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/american-variant_0.alias new/aspell6-en-7.1-0/american-variant_0.alias --- old/aspell6-en-6.0-0/american-variant_0.alias 1970-01-01 01:00:00.000000000 +0100 +++ new/aspell6-en-7.1-0/american-variant_0.alias 2011-01-06 10:20:05.000000000 +0100 @@ -0,0 +1,2 @@ +# Generated with Aspell Dicts "proc" script version 0.60.4 +add en_US-variant_0.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/american-variant_1.alias new/aspell6-en-7.1-0/american-variant_1.alias --- old/aspell6-en-6.0-0/american-variant_1.alias 1970-01-01 01:00:00.000000000 +0100 +++ new/aspell6-en-7.1-0/american-variant_1.alias 2011-01-06 10:20:05.000000000 +0100 @@ -0,0 +1,2 @@ +# Generated with Aspell Dicts "proc" script version 0.60.4 +add en_US-variant_1.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/american-w_accents.alias new/aspell6-en-7.1-0/american-w_accents.alias --- old/aspell6-en-6.0-0/american-w_accents.alias 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/american-w_accents.alias 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en_US-w_accents.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/american-wo_accents.alias new/aspell6-en-7.1-0/american-wo_accents.alias --- old/aspell6-en-6.0-0/american-wo_accents.alias 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/american-wo_accents.alias 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en_US-wo_accents.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/american.alias new/aspell6-en-7.1-0/american.alias --- old/aspell6-en-6.0-0/american.alias 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/american.alias 2011-01-06 10:20:05.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en_US.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/british-ise-w_accents.alias new/aspell6-en-7.1-0/british-ise-w_accents.alias --- old/aspell6-en-6.0-0/british-ise-w_accents.alias 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/british-ise-w_accents.alias 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en_GB-ise-w_accents.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/british-ise-wo_accents.alias new/aspell6-en-7.1-0/british-ise-wo_accents.alias --- old/aspell6-en-6.0-0/british-ise-wo_accents.alias 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/british-ise-wo_accents.alias 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en_GB-ise-wo_accents.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/british-ise.alias new/aspell6-en-7.1-0/british-ise.alias --- old/aspell6-en-6.0-0/british-ise.alias 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/british-ise.alias 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en_GB-ise.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/british-ize-w_accents.alias new/aspell6-en-7.1-0/british-ize-w_accents.alias --- old/aspell6-en-6.0-0/british-ize-w_accents.alias 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/british-ize-w_accents.alias 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en_GB-ize-w_accents.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/british-ize-wo_accents.alias new/aspell6-en-7.1-0/british-ize-wo_accents.alias --- old/aspell6-en-6.0-0/british-ize-wo_accents.alias 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/british-ize-wo_accents.alias 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en_GB-ize-wo_accents.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/british-ize.alias new/aspell6-en-7.1-0/british-ize.alias --- old/aspell6-en-6.0-0/british-ize.alias 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/british-ize.alias 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en_GB-ize.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/british-variant_0.alias new/aspell6-en-7.1-0/british-variant_0.alias --- old/aspell6-en-6.0-0/british-variant_0.alias 1970-01-01 01:00:00.000000000 +0100 +++ new/aspell6-en-7.1-0/british-variant_0.alias 2011-01-06 10:20:06.000000000 +0100 @@ -0,0 +1,2 @@ +# Generated with Aspell Dicts "proc" script version 0.60.4 +add en_GB-variant_0.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/british-variant_1.alias new/aspell6-en-7.1-0/british-variant_1.alias --- old/aspell6-en-6.0-0/british-variant_1.alias 1970-01-01 01:00:00.000000000 +0100 +++ new/aspell6-en-7.1-0/british-variant_1.alias 2011-01-06 10:20:06.000000000 +0100 @@ -0,0 +1,2 @@ +# Generated with Aspell Dicts "proc" script version 0.60.4 +add en_GB-variant_1.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/british-w_accents.alias new/aspell6-en-7.1-0/british-w_accents.alias --- old/aspell6-en-6.0-0/british-w_accents.alias 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/british-w_accents.alias 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en_GB-w_accents.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/british-wo_accents.alias new/aspell6-en-7.1-0/british-wo_accents.alias --- old/aspell6-en-6.0-0/british-wo_accents.alias 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/british-wo_accents.alias 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en_GB-wo_accents.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/british.alias new/aspell6-en-7.1-0/british.alias --- old/aspell6-en-6.0-0/british.alias 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/british.alias 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en_GB.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/canadian-variant_0.alias new/aspell6-en-7.1-0/canadian-variant_0.alias --- old/aspell6-en-6.0-0/canadian-variant_0.alias 1970-01-01 01:00:00.000000000 +0100 +++ new/aspell6-en-7.1-0/canadian-variant_0.alias 2011-01-06 10:20:06.000000000 +0100 @@ -0,0 +1,2 @@ +# Generated with Aspell Dicts "proc" script version 0.60.4 +add en_CA-variant_0.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/canadian-variant_1.alias new/aspell6-en-7.1-0/canadian-variant_1.alias --- old/aspell6-en-6.0-0/canadian-variant_1.alias 1970-01-01 01:00:00.000000000 +0100 +++ new/aspell6-en-7.1-0/canadian-variant_1.alias 2011-01-06 10:20:06.000000000 +0100 @@ -0,0 +1,2 @@ +# Generated with Aspell Dicts "proc" script version 0.60.4 +add en_CA-variant_1.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/canadian-w_accents.alias new/aspell6-en-7.1-0/canadian-w_accents.alias --- old/aspell6-en-6.0-0/canadian-w_accents.alias 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/canadian-w_accents.alias 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en_CA-w_accents.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/canadian-wo_accents.alias new/aspell6-en-7.1-0/canadian-wo_accents.alias --- old/aspell6-en-6.0-0/canadian-wo_accents.alias 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/canadian-wo_accents.alias 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en_CA-wo_accents.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/canadian.alias new/aspell6-en-7.1-0/canadian.alias --- old/aspell6-en-6.0-0/canadian.alias 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/canadian.alias 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en_CA.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/doc/ChangeLog new/aspell6-en-7.1-0/doc/ChangeLog --- old/aspell6-en-6.0-0/doc/ChangeLog 2004-08-10 09:20:58.000000000 +0200 +++ new/aspell6-en-7.1-0/doc/ChangeLog 2011-01-06 09:52:28.000000000 +0100 @@ -1,3 +1,17 @@ +7.1: January 6, 2011 + + Updated to SCOWL 7.1 which corrected several errors and also added + several now common proper names and some other words now in + common use. + +7.0: December 27, 2010 + + Updated to SCOWL 7 which was created with a new version of Varcon + which corrected many errors, especially in the British and Canadian + dictionaries. Numerous other corrections are also included. + + Added en_CA-variant_* and en_GB-variant_* auxiliary dictionaries. + 6.0: August 10, 2004 Updated to SCOWL 6 which avoided using the original Ispell diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/doc/SCOWL-README new/aspell6-en-7.1-0/doc/SCOWL-README --- old/aspell6-en-6.0-0/doc/SCOWL-README 2004-08-10 09:14:05.000000000 +0200 +++ new/aspell6-en-7.1-0/doc/SCOWL-README 2011-01-06 10:01:13.000000000 +0100 @@ -1,18 +1,22 @@ Spell Checking Oriented Word Lists (SCOWL) -Revision 6 -August 9, 2004 -by Kevin Atkinson +Revision 7.1 (SVN Revision 161) +January 6, 2011 +by Kevin Atkinson (kevina@gnu.org) The SCOWL is a collection of word lists split up in various sizes, and other categories, intended to be suitable for use in spell checkers. However, I am sure it will have numerous other uses as well. -The latest version can be found at http://wordlist.sourceforge.net/ +The latest version can be found at http://wordlist.sourceforge.net/. The directory final/ contains the actual word lists broken up into various sizes and categories. The r/ directory contains Readmes from the various sources used to create this package. +The misc/ contains a small list of taboo words, see the README file +for more info. The speller/ directory contains scripts for creating +spelling dictionaries for Aspell and Hunspell. + The other directories contain the necessary information to recreate the word lists from the raw data. Unless you are interested in improving the words lists you should not need to worry about what's here. See the @@ -21,11 +25,13 @@ Except for the special word lists the files follow the following naming convention: - <spelling category>-<classification>.<size> + <spelling category>-<sub-category>.<size> Where the spelling category is one of english, american, british, british_z, canadian, - variant_0, varaint_1, variant_2 -Classification is one of + variant_0, varaint_1, variant_2, + british_variant_0, british_variant_1, + canadian_variant_0, canadian_variant_1, +Sub-category is one of abbreviations, contractions, proper-names, upper, words And size is one of 10, 20, 35 (small), 40, 50 (medium), 55, 60, 70 (large), @@ -35,18 +41,35 @@ Where description is one of: roman-numerals, hacker -When combining the words lists the "english" spelling category should -be used as well as one of "american", "british", "british_z" (british -with ize spelling), or "canadian". Great care has been taken so that -that only one spelling for any particular word is included in the main -list. When two variants were considered equal I randomly picked one -for inclusion in the main word list. Unfortunately this means that my -choice in how to spell a word may not match your choice. If this is -the case you can try including the "variant_0" spelling category which +The perl script "mk-list" can be used to create a word list of the +desired size, it usage is: + ./mk-list [-f] [-v#] <spelling categories> <size> +where <spelling categories> is one of the above spelling categories +(the english and special categories are automatically included as well +as all sub-categories) and <size> is the desired desired size. The +"-v" option can be used to used to also include the appropriate +variants file up to level '#'. The normal output will be a sorted +word list. If you rather see what files will be included, use the +"-f" option. + +When manually combining the words lists the "english" spelling +category should be used as well as one of "american", "british", +"british_z" (british with ize spelling), or "canadian". Great care +has been taken so that that only one spelling for any particular word +is included in the main list (with some minor exceptions). When two +variants were considered equal I randomly picked one for inclusion in +the main word list. Unfortunately this means that my choice in how to +spell a word may not match your choice. If this is the case you can +try including one of the "variant_0" spelling categories which includes most variants which are considered almost equal. The -"variant_1" spelling category include variants which are also -generally considered acceptable, and "variant_2" contains variants -which are seldom used. +"variant_0" spelling category corresponds mostly to American variants, +while the "british_variant_0" and "canadian_variant_0" are for British +and Canadian variants, respectively. The "variant_1" spelling +categories include variants which are also generally considered +acceptable, and "variant_2" contains variants which are seldom used +and may now even be considered correct. There is no +"british_variant_2" or "canadian_variant_2" spelling category since +the distinction would be almost meaningless. The "abbreviation" category includes abbreviations and acronyms which are not also normal words. The "contractions" category should be self @@ -58,96 +81,124 @@ To give you an idea of what the words in the various sizes look like here is a sample of 25 random words found only in that size: -10: began both buffer cause collection content documenting easiest - equally examines expecting first firstly hence inclining - irrelevant justified little logs necessarily ought sadly six - thing visible - -20: chunks commodity contempt contexts cruelty crush dictatorship - disgusted dose elementary evolved frog god hordes notion overdraft - overlong overlook phoning poster recordings sand skull substituted - throughput - -35: aliasing blackouts blowout bluntness corroborated derrick - dredging elopements entrancing excising fellowship flagpole - germination glimpse gondola guidebook madams minimalism minnows - partisans petitions shelling swarmed throng welding - -40: altercation blender castigation chump coffeehouse determiners - doggoning exhibitor finders flophouse gazebo lumbering masochism - mopeds poetically pubic refinance reggae scragglier softhearted - stubbornness teargassed township underclassman whoosh - -50: accumulative adulterant allegorically amorousness astrophysics - camphor coif dickey elusiveness enviousness fakers fetishistic - flippantly headsets liefs midyears myna pacification persiflage - phosphoric pinhole sappy seres unrealistically unworldly - -55: becquerel brickie centralist cine conveyancing courgette - disarmingly gar�on gobstopper infilling insipidity - internationalist kabuki lyrebirds obscurantism rejigged - revisionist satsuma slapper sozzled sublieutenants teletext vino - wellness wracking - -60: absorber acceptableness adventurousness antifascists arrhythmia - audiology cartage cruses fontanel forelimbs granter hairlike - installers jugglery lappets libbers mandrels micrometeorite - mineshaft reconsecrates saccharides smellable spavined sud timbrel - -70: atomisms benedict carven coxa cyanite detraining diazonium - dogberry dogmatics entresol fatherlessnesses firestone imprecator - laterality legitimisms maxwell microfloppies nonteaching pelerine - pentane pestiferousness piscator profascist tusche twirp - -80: cotransfers embrangled forkednesses giftwrapped globosity hatpegs - hepsters hermitess interspecific inurbanities lamiae - literaehumaniores literatures masulas misbegun plook prerupt - quaalude rosanilin sabbatism scowder subreptive thumbstalls - understrata yakows - -95: anatropal anientise bakshi brouzes corsie daimiote dhaw dislikened - ectoretina fortuitisms guardeen hyperlithuria nonanachronistic - overacceleration pamphletic parma phytolith starvedly - trophoplasmic ulorrhagia undared undertide unplunderously - unworkmanly vasoepididymostomy - -And here is a rough count on the number of words in the "english" -spelling category for each size: - - Size Words Proper Names Running Total - - 10 5,000 5,000 - 20 8,700 14,000 - 35 34,500 200 48,000 - 40 6,000 500 55,000 - 50 23,200 17,200 95,000 - 55 7,500 103,000 - 60 16,000 12,800 132,000 - 70 45,100 34,300 211,000 - 80 137,000 30,400 379,000 - 95 198,000 51,800 628,000 +10: advertised agreeing artificial bucket changes closest currently finding + implications learning liable obvious partial peace planet preparing + produced regulations shortly tries under unnecessary vacations vast wind + +20: accomplishes addict baffles blink chapel corrections depresses dripping + erased infant interfere launch nicking novels paranoid passport pursued + recruitment rectifying relaxed sixteen sundry tab undergone withdraws + +35: adores affixes brisks caking conciliates decimates discretionary + dispatches forensics glorify gridiron healed hurling kelp massacring + necks pits placarding pyramids ratting recreates renovated sandals shirks + subtract + +40: demoed dichotomy dilapidation disheveled ebullience estimable finagling + hemorrhoid lazily medalists mintiest motherboards ostracism pornographers + predilections remarries southbound steamrolled sympathizers tads tampons + tattletale upchucked vainly viscous + +50: bootless brawler bulkhead canoeist declassifying farthings hake hectors + helpmate hermitage humanoid kitsch mercerize pawnshops pleasingly + retrorockets scurrilously solemnizes superficiality symbiosis tangelo + timetabling unenviable unmoral unreconstructed + +55: beachfront bicarbonate caff campanologists execrably fab fightback + firebricks insipidity laboriousness megawatts mirthlessly misnames + nymphos photocell potholed psychoactive psychoanalytically schoolmarmish + simulacra subeditors supremo sweated turbocharges yogic + +60: assayer banteringly besmeared brazer chromatin cremes deciliters + doubtfulness enshrinement ephemerally fibular globalist gypper + legitimatized mensch mopers oversea pantyliner paratyphoid redivide + rehabilitative salesladies sensualists superposition univalves + +70: adactylous anticapitalist bezant bister boraginaceous civically cossacks + cousinly curricle dekaliter grippingly grugrus gurging hermaphroditism + levanted magnetizer nonapplicable panegyrists parametrize radomes + refilter ruinations teths truistic uts + +80: bodikin buhrs covetiveness diarch disaccharidases drumbeater empusas + flyings hyperexcitability hyperpolarizations janizaries overwash + physiocrats postform postsecondary preambulate puzzlehead remixer + snoutier tetrathlons toothdrawing triff unaffectionate wearish yawy + +95: actinophone aerobious anadenia biochemics chromatopathia ciclatouns + gaspiest guapinol hagigah interdorsal melanotekite minnicking + nonretrenchment overloftily oystriges peltandra retromaxillary + subterraqueous transphysically unconfidential unvalidating upspew + verminlike vetiveria yerth + +And here is a count on the number of in each spelling category +(american + english spelling category): + + Size Words Names Running Total % + 10 4,427 15 4,442 0.7 + 20 8,122 0 12,564 1.9 + 35 37,251 224 50,039 7.7 + 40 6,802 503 57,344 8.8 + 50 24,505 15,455 97,304 14.9 + 55 6,555 0 103,859 15.9 + 60 13,633 775 118,267 18.1 + 70 35,507 7,747 161,521 24.8 + 80 143,791 33,293 338,605 51.9 + 95 227,056 86,814 652,475 100.0 -(The "Words" column does not include the proper name count.) +(The "Words" column does not include the name count.) Size 35 is the recommended small size, 50 the medium and 70 the large. -Sizes 70 and below contain words found in most dictionaries while the -80 size contains all the strange and unusual words people like to use -in word games such as Scrabble (TM). While a lot of the the words in -the 80 size are not used very often, they are all generally considered -valid words in the English language. The 95 contains just about every -English word in existence and then some. Many of the words at the 95 -level will probally not be considered valid english words by most -people. I don't recommend anyone use levels above 70 for spell -checking as they contain rarely used words which can hide misspellings -of similar more commonly used words. For example the word "ort" can -hide a common typo of "or". No one should need to use a size larger -than 80, the 95 size is labeled insane for a reason. +For spell checking I recommend using 60. Sizes 70 and below contain +words found in most dictionaries while the 80 size contains all the +strange and unusual words people like to use in word games such as +Scrabble (TM). While a lot of the the words in the 80 size are not +used very often, they are all generally considered valid words in the +English language. The 95 contains just about every English word in +existence and then some. Many of the words at the 95 level will +probably not be considered valid English words by most people. I use +the 60 size for the English dictionary for Aspell, and I don't +recommend anyone use levels above 70 for spell checking. Levels above +70 contain rarely used words which can hide misspellings of similar +more commonly used words. For example the word "ort" can hide a +common typo of "or". No one should need to use a size larger than 80, +the 95 size is labeled insane for a reason. Accents are present on certain words such as caf� in iso8859-1 format. CHANGES: -From Revision 5 to 6 (August 7, 2004) +From Revision 7 to 7.1 (January 6, 2011) + + Updated to revision 5.1 of Varcon which corrected several errors. + + Fixed various problems with the variant processing which corrected a + few more errors. + + Added several now common proper names and some other words now + in common use. + + Include misc/ and speller/ directory which where in SVN but left + out of the release tarball. + + Other minor fixes, including some fixes to the taboo word lists. + +From Revision 6 to 7 (December 27, 2010) + + Updated to revision 5.0 of Varcon which corrected many errors, + especially in the British and Canadian spelling categories. Also + added new spelling categories for the British and Canadian spelling + variants and separated them out from the main variant_* categories. + + Moved Moby names lists (3897male.nam 4946fema.len 21986na.mes) to 95 + level since they contain too many errors and rare names. + + Moved frequently class 0 from Brian Kelk's Wordlist from + level 60 to 70, and also filter it with level 80 due to, too many + misspellings. + + Many other minor fixes. + +From Revision 5 to 6 (August 10, 2004) Updated to version 4.0 of the 12dicts package. @@ -174,7 +225,7 @@ Fixed a bug which caused variants of words to incorrectly appear in the non-variant lists. - Moved rarly used inflections of a word into higher number lists. + Moved rarely used inflections of a word into higher number lists. Added other inflections of a words based on the following criteria If the word is in the base form: only include that word. @@ -186,7 +237,7 @@ Updated to the latest version of many of the source dictionaries. Removed the DEC Word List due to the questionable licence and - because removing it will not seriously decrese the quality of SCOWL + because removing it will not seriously decrease the quality of SCOWL (there are a few less proper names). From Revision 4 to 4a (April 4, 2001) @@ -201,13 +252,13 @@ Added words in the Ispell word list at the 65 level. Other changes due to using more recent versions of various sources - included a more accurete version of AGID thanks to the word of + included a more accurate version of AGID thanks to the word of Alan Beale From Revision 2 to 3 (August 18, 2000) Renamed special-unix-terms to special-hacker and added a large - number of communly used words within the hacker (not cracker) + number of commonly used words within the hacker (not cracker) community. Added a couple more signature words including "newbie". @@ -232,10 +283,10 @@ COPYRIGHT, SOURCES, and CREDITS: -The collective work is Copyright 2000-2004 by Kevin Atkinson as well +The collective work is Copyright 2000-2011 by Kevin Atkinson as well as any of the copyrights mentioned below: - Copyright 2000-2004 by Kevin Atkinson + Copyright 2000-2011 by Kevin Atkinson Permission to use, copy, modify, distribute and sell these word lists, the associated scripts, the output created from the scripts, @@ -368,16 +419,14 @@ 4.0 of his 12dicts package. Like his other stuff the 2of4brif is also in the public domain. -The 60 level includes Brian's frequency class 0 and all words -appearing in at least 2 of the 12 dictionaries as indicated by the -12Dicts package. A large number of names are also included: The 4,946 -female names and the 3,897 male names from the MWords package. +The 60 level includes all words appearing in at least 2 of the 12 +dictionaries as indicated by the 12Dicts package. -The 70 level includes the 74,550 common dictionary words and the -21,986 names list from the MWords package The common dictionary words, +The 70 level includes Brian's frequency class 0 and the 74,550 common +dictionary words from the MWords package. The common dictionary words, like those from the 12Dicts package, have had all likely inflections added. The 70 level also included the 5desk list from version 4.0 of -the 12Dics package which is the public domain +the 12Dics package which is the public domain. The 80 level includes the ENABLE word list, all the lists in the ENABLE supplement package (except for ABLE), the "UK Advanced Cryptics @@ -417,10 +466,11 @@ There are no other restrictions: I would like to see the list distributed as widely as possible. -The 95 level includes the 354,984 single words and 256,772 compound -words from the MWords package, ABLE.LST from the ENABLE Supplement, -and some additional words found in my part-of-speech database that -were not found anywhere else. +The 95 level includes the 354,984 single words, 256,772 compound +words, 4,946 female names and the 3,897 male names, and 21,986 names +from the MWords package, ABLE.LST from the ENABLE Supplement, and some +additional words found in my part-of-speech database that were not +found anywhere else. Accent information was taken from UKACD. @@ -473,40 +523,49 @@ FUTURE PLANS: -There is a very nice frequency analyse of the BNC corpus done by -Adam Kilgarriff. Unlike Brain's word lists the BNC lists include part -of speech information. I plan on somehow using these lists as Adam -Kilgarriff has given me the OK to use it in SCOWL. These lists will -greatly reduce the problem of inflected forms of a word appearing at -different levels due to the part-of-speech information. - -I also plan on perhaps putting the data in a database and use SQL -queries to create the wordlists instead of tons of "sort"s, "comm"s, -and Perl scripts. +The process of "sort"s, "comm"s, and Perl scripts to combine the many +word lists and separate out the variant information is inexact and +error prone. The whole things needs to be rewritten to deal with +words in terms of lemmas. When the exact lemma is not known a best +guess should be made. I'm not sure what form this should be in. I +originally thought this should be some sort of database, but maybe I +should just slurp all that data into memory and process it in one +giant perl script. With the amount of memory available these days (at +least 2 GB, often 4 GB or more) this should not really be a problem. + +In addition, there is a very nice frequency analyze of the BNC corpus +done by Adam Kilgarriff. Unlike Brain's word lists the BNC lists +include part of speech information. I plan on somehow using these +lists as Adam Kilgarriff has given me the OK to use it in SCOWL. +These lists will greatly reduce the problem of inflected forms of a +word appearing at different levels due to the part-of-speech +information. + +There is frequency information for some other corpus such as COCA +(Corpus of Contemporary American English) and ANS (American National +Corpus) which I might also be able to use. The formal will require +permission, and the latter is of questionable quality. RECREATING THE WORD LISTS: In order to recreate the word lists you need a modern version of Perl, bash, the traditional set of shell utilities, a system that supports -symbolic links, and quite possibly GNU Make. Once you have downloaded -all the necessary raw data in the r/ directory you should be able to -type "rm final/* && make all" and the word lists in the final/ -directory should be recreated. If you have any problems fell free to -contact me; however, unless you are interested in improving the -scripts used, I will likely ignore you as there should be little need -for anyone not interested in improving the word list to do so. +symbolic links, and quite possibly GNU Make. The easiest way to +recreate the word lists is to checkout SVN revision 161 (or tag +scowl-7.1) and simply type "make" (see http://wordlist.sourceforge.net). +You can try to download all the pieces manually, but you may not get +the same result since the latest version of some parts used to create +SCOWL may not have been released yet. The src/ directory contains the numerous scripts used in the creation of the final product. -The r/ directory contains the raw data used to -create the final product. In order for the scripts to work various -word lists and databases need to be created and put into this -directory. See the README file in the r/ directory for more -information. +The r/ directory contains the raw data used to create the final +product. If you checkout from SVN this directory should be populated +automatically for you. If you insist on doing it the hard way see the +README file in the r/ directory for more information. The l/ directory contains symbolic links used by the actual scripts. Finally, the working/ directory is where all the intermittent files go that are not specific to one source. - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/doc/extra.txt new/aspell6-en-7.1-0/doc/extra.txt --- old/aspell6-en-6.0-0/doc/extra.txt 2004-08-09 05:12:52.000000000 +0200 +++ new/aspell6-en-7.1-0/doc/extra.txt 2011-01-06 09:52:28.000000000 +0100 @@ -8,8 +8,7 @@ Canadian (en_CA) In addition generic English (en) is supported which is a combination -of all the above (which turns out to be just a combination of en_US -with en_GB-ise). +of all the above. For each dialect there is the option to either strip accents (for example cafe) or keep them (for example caf�). The default is to @@ -52,26 +51,30 @@ to ".aspell.conf". -Great care has been taken so that that only one spelling for any -particular word is included in the main dictionary. When two variants -were considered equal I randomly picked one for inclusion in the main -word list. Unfortunately this means that my choice in how to spell a -word may not match your choice. For this reason the following -auxiliary dictionaries are provided: - - en-variant_0 - en-variant_1 +Great care has been taken so that that, for the most part, only one +spelling for any particular word is included in the main dictionary. +When two variants were considered equal I randomly picked one for +inclusion in the main word list. Unfortunately this means that my +choice in how to spell a word may not match your choice. For this +reason the following auxiliary dictionaries are provided: + + en_US-variant_0 + en_US-variant_1 + en_GB-variant_0 + en_GB-variant_1 + en_CA-variant_0 + en_CA-variant_1 en-variant_2 These dictionaries are meant to be used in addition to one of the standard dictionaries. To specify them use the "extra-dicts" option. -The "en-variant_0" dictionary includes most variants which are -considered almost equal, "en-variant_1" includes variants which are +The "en_*-variant_0" dictionaries includes most variants which are +considered almost equal, "variant_1" includes variants which are generally considered acceptable, and "variant_2" contains variants -which are seldom used. It is only necessary to use on of these -dictionaries since "en-variant_1" includes all the words in -"en-variant_0" and "en-variant_2" includes all the words in both -"en-variant_0" and "en-variant_1". +which are seldom used and may not even be considered correct. It is +only necessary to use on of these dictionaries since, for example, +"en_US-variant_1" includes all the words in "en_US-variant_0". + UPGRADING FROM ASPELL6-EN-0.01 Files old/aspell6-en-6.0-0/en-common.cwl and new/aspell6-en-7.1-0/en-common.cwl differ Files old/aspell6-en-6.0-0/en-variant_0.cwl and new/aspell6-en-7.1-0/en-variant_0.cwl differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en-variant_0.multi new/aspell6-en-7.1-0/en-variant_0.multi --- old/aspell6-en-6.0-0/en-variant_0.multi 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/en-variant_0.multi 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en-variant_0.rws Files old/aspell6-en-6.0-0/en-variant_1.cwl and new/aspell6-en-7.1-0/en-variant_1.cwl differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en-variant_1.multi new/aspell6-en-7.1-0/en-variant_1.multi --- old/aspell6-en-6.0-0/en-variant_1.multi 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/en-variant_1.multi 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en-variant_1.rws Files old/aspell6-en-6.0-0/en-variant_2.cwl and new/aspell6-en-7.1-0/en-variant_2.cwl differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en-variant_2.multi new/aspell6-en-7.1-0/en-variant_2.multi --- old/aspell6-en-6.0-0/en-variant_2.multi 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/en-variant_2.multi 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en-variant_2.rws Files old/aspell6-en-6.0-0/en-w_accents-only.cwl and new/aspell6-en-7.1-0/en-w_accents-only.cwl differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en-w_accents.multi new/aspell6-en-7.1-0/en-w_accents.multi --- old/aspell6-en-6.0-0/en-w_accents.multi 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/en-w_accents.multi 2011-01-06 10:20:06.000000000 +0100 @@ -1,4 +1,3 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en-common.rws -add en_US-w_accents-only.rws -add en_GB-ise-w_accents-only.rws +add en-w_accents-only.rws Files old/aspell6-en-6.0-0/en-wo_accents-only.cwl and new/aspell6-en-7.1-0/en-wo_accents-only.cwl differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en-wo_accents.multi new/aspell6-en-7.1-0/en-wo_accents.multi --- old/aspell6-en-6.0-0/en-wo_accents.multi 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/en-wo_accents.multi 2011-01-06 10:20:06.000000000 +0100 @@ -1,4 +1,3 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en-common.rws -add en_US-wo_accents-only.rws -add en_GB-ise-wo_accents-only.rws +add en-wo_accents-only.rws diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en.multi new/aspell6-en-7.1-0/en.multi --- old/aspell6-en-6.0-0/en.multi 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/en.multi 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en-wo_accents.multi Files old/aspell6-en-6.0-0/en_CA-variant_0.cwl and new/aspell6-en-7.1-0/en_CA-variant_0.cwl differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en_CA-variant_0.multi new/aspell6-en-7.1-0/en_CA-variant_0.multi --- old/aspell6-en-6.0-0/en_CA-variant_0.multi 1970-01-01 01:00:00.000000000 +0100 +++ new/aspell6-en-7.1-0/en_CA-variant_0.multi 2011-01-06 10:20:06.000000000 +0100 @@ -0,0 +1,2 @@ +# Generated with Aspell Dicts "proc" script version 0.60.4 +add en_CA-variant_0.rws Files old/aspell6-en-6.0-0/en_CA-variant_1.cwl and new/aspell6-en-7.1-0/en_CA-variant_1.cwl differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en_CA-variant_1.multi new/aspell6-en-7.1-0/en_CA-variant_1.multi --- old/aspell6-en-6.0-0/en_CA-variant_1.multi 1970-01-01 01:00:00.000000000 +0100 +++ new/aspell6-en-7.1-0/en_CA-variant_1.multi 2011-01-06 10:20:06.000000000 +0100 @@ -0,0 +1,2 @@ +# Generated with Aspell Dicts "proc" script version 0.60.4 +add en_CA-variant_1.rws Files old/aspell6-en-6.0-0/en_CA-w_accents-only.cwl and new/aspell6-en-7.1-0/en_CA-w_accents-only.cwl differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en_CA-w_accents.multi new/aspell6-en-7.1-0/en_CA-w_accents.multi --- old/aspell6-en-6.0-0/en_CA-w_accents.multi 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/en_CA-w_accents.multi 2011-01-06 10:20:06.000000000 +0100 @@ -1,3 +1,3 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en-common.rws add en_CA-w_accents-only.rws Files old/aspell6-en-6.0-0/en_CA-wo_accents-only.cwl and new/aspell6-en-7.1-0/en_CA-wo_accents-only.cwl differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en_CA-wo_accents.multi new/aspell6-en-7.1-0/en_CA-wo_accents.multi --- old/aspell6-en-6.0-0/en_CA-wo_accents.multi 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/en_CA-wo_accents.multi 2011-01-06 10:20:06.000000000 +0100 @@ -1,3 +1,3 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en-common.rws add en_CA-wo_accents-only.rws diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en_CA.multi new/aspell6-en-7.1-0/en_CA.multi --- old/aspell6-en-6.0-0/en_CA.multi 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/en_CA.multi 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en_CA-wo_accents.multi Files old/aspell6-en-6.0-0/en_GB-ise-w_accents-only.cwl and new/aspell6-en-7.1-0/en_GB-ise-w_accents-only.cwl differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en_GB-ise-w_accents.multi new/aspell6-en-7.1-0/en_GB-ise-w_accents.multi --- old/aspell6-en-6.0-0/en_GB-ise-w_accents.multi 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/en_GB-ise-w_accents.multi 2011-01-06 10:20:06.000000000 +0100 @@ -1,3 +1,3 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en-common.rws add en_GB-ise-w_accents-only.rws Files old/aspell6-en-6.0-0/en_GB-ise-wo_accents-only.cwl and new/aspell6-en-7.1-0/en_GB-ise-wo_accents-only.cwl differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en_GB-ise-wo_accents.multi new/aspell6-en-7.1-0/en_GB-ise-wo_accents.multi --- old/aspell6-en-6.0-0/en_GB-ise-wo_accents.multi 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/en_GB-ise-wo_accents.multi 2011-01-06 10:20:06.000000000 +0100 @@ -1,3 +1,3 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en-common.rws add en_GB-ise-wo_accents-only.rws diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en_GB-ise.multi new/aspell6-en-7.1-0/en_GB-ise.multi --- old/aspell6-en-6.0-0/en_GB-ise.multi 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/en_GB-ise.multi 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en_GB-ise-wo_accents.multi Files old/aspell6-en-6.0-0/en_GB-ize-w_accents-only.cwl and new/aspell6-en-7.1-0/en_GB-ize-w_accents-only.cwl differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en_GB-ize-w_accents.multi new/aspell6-en-7.1-0/en_GB-ize-w_accents.multi --- old/aspell6-en-6.0-0/en_GB-ize-w_accents.multi 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/en_GB-ize-w_accents.multi 2011-01-06 10:20:06.000000000 +0100 @@ -1,3 +1,3 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en-common.rws add en_GB-ize-w_accents-only.rws Files old/aspell6-en-6.0-0/en_GB-ize-wo_accents-only.cwl and new/aspell6-en-7.1-0/en_GB-ize-wo_accents-only.cwl differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en_GB-ize-wo_accents.multi new/aspell6-en-7.1-0/en_GB-ize-wo_accents.multi --- old/aspell6-en-6.0-0/en_GB-ize-wo_accents.multi 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/en_GB-ize-wo_accents.multi 2011-01-06 10:20:06.000000000 +0100 @@ -1,3 +1,3 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en-common.rws add en_GB-ize-wo_accents-only.rws diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en_GB-ize.multi new/aspell6-en-7.1-0/en_GB-ize.multi --- old/aspell6-en-6.0-0/en_GB-ize.multi 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/en_GB-ize.multi 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en_GB-ize-wo_accents.multi Files old/aspell6-en-6.0-0/en_GB-variant_0.cwl and new/aspell6-en-7.1-0/en_GB-variant_0.cwl differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en_GB-variant_0.multi new/aspell6-en-7.1-0/en_GB-variant_0.multi --- old/aspell6-en-6.0-0/en_GB-variant_0.multi 1970-01-01 01:00:00.000000000 +0100 +++ new/aspell6-en-7.1-0/en_GB-variant_0.multi 2011-01-06 10:20:06.000000000 +0100 @@ -0,0 +1,2 @@ +# Generated with Aspell Dicts "proc" script version 0.60.4 +add en_GB-variant_0.rws Files old/aspell6-en-6.0-0/en_GB-variant_1.cwl and new/aspell6-en-7.1-0/en_GB-variant_1.cwl differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en_GB-variant_1.multi new/aspell6-en-7.1-0/en_GB-variant_1.multi --- old/aspell6-en-6.0-0/en_GB-variant_1.multi 1970-01-01 01:00:00.000000000 +0100 +++ new/aspell6-en-7.1-0/en_GB-variant_1.multi 2011-01-06 10:20:06.000000000 +0100 @@ -0,0 +1,2 @@ +# Generated with Aspell Dicts "proc" script version 0.60.4 +add en_GB-variant_1.rws diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en_GB-w_accents.multi new/aspell6-en-7.1-0/en_GB-w_accents.multi --- old/aspell6-en-6.0-0/en_GB-w_accents.multi 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/en_GB-w_accents.multi 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en_GB-ise-w_accents.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en_GB-wo_accents.multi new/aspell6-en-7.1-0/en_GB-wo_accents.multi --- old/aspell6-en-6.0-0/en_GB-wo_accents.multi 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/en_GB-wo_accents.multi 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en_GB-ise-wo_accents.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en_GB.multi new/aspell6-en-7.1-0/en_GB.multi --- old/aspell6-en-6.0-0/en_GB.multi 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/en_GB.multi 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en_GB-ise-wo_accents.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en_US-variant_0.multi new/aspell6-en-7.1-0/en_US-variant_0.multi --- old/aspell6-en-6.0-0/en_US-variant_0.multi 1970-01-01 01:00:00.000000000 +0100 +++ new/aspell6-en-7.1-0/en_US-variant_0.multi 2011-01-06 10:20:06.000000000 +0100 @@ -0,0 +1,2 @@ +# Generated with Aspell Dicts "proc" script version 0.60.4 +add en-variant_0.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en_US-variant_1.multi new/aspell6-en-7.1-0/en_US-variant_1.multi --- old/aspell6-en-6.0-0/en_US-variant_1.multi 1970-01-01 01:00:00.000000000 +0100 +++ new/aspell6-en-7.1-0/en_US-variant_1.multi 2011-01-06 10:20:06.000000000 +0100 @@ -0,0 +1,2 @@ +# Generated with Aspell Dicts "proc" script version 0.60.4 +add en-variant_1.multi Files old/aspell6-en-6.0-0/en_US-w_accents-only.cwl and new/aspell6-en-7.1-0/en_US-w_accents-only.cwl differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en_US-w_accents.multi new/aspell6-en-7.1-0/en_US-w_accents.multi --- old/aspell6-en-6.0-0/en_US-w_accents.multi 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/en_US-w_accents.multi 2011-01-06 10:20:06.000000000 +0100 @@ -1,3 +1,3 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en-common.rws add en_US-w_accents-only.rws Files old/aspell6-en-6.0-0/en_US-wo_accents-only.cwl and new/aspell6-en-7.1-0/en_US-wo_accents-only.cwl differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en_US-wo_accents.multi new/aspell6-en-7.1-0/en_US-wo_accents.multi --- old/aspell6-en-6.0-0/en_US-wo_accents.multi 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/en_US-wo_accents.multi 2011-01-06 10:20:06.000000000 +0100 @@ -1,3 +1,3 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en-common.rws add en_US-wo_accents-only.rws diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/en_US.multi new/aspell6-en-7.1-0/en_US.multi --- old/aspell6-en-6.0-0/en_US.multi 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/en_US.multi 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en_US-wo_accents.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/english-variant_0.alias new/aspell6-en-7.1-0/english-variant_0.alias --- old/aspell6-en-6.0-0/english-variant_0.alias 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/english-variant_0.alias 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en-variant_0.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/english-variant_1.alias new/aspell6-en-7.1-0/english-variant_1.alias --- old/aspell6-en-6.0-0/english-variant_1.alias 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/english-variant_1.alias 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en-variant_1.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/english-variant_2.alias new/aspell6-en-7.1-0/english-variant_2.alias --- old/aspell6-en-6.0-0/english-variant_2.alias 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/english-variant_2.alias 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en-variant_2.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/english-w_accents.alias new/aspell6-en-7.1-0/english-w_accents.alias --- old/aspell6-en-6.0-0/english-w_accents.alias 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/english-w_accents.alias 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en-w_accents.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/english-wo_accents.alias new/aspell6-en-7.1-0/english-wo_accents.alias --- old/aspell6-en-6.0-0/english-wo_accents.alias 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/english-wo_accents.alias 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en-wo_accents.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/english.alias new/aspell6-en-7.1-0/english.alias --- old/aspell6-en-6.0-0/english.alias 2004-08-10 11:01:33.000000000 +0200 +++ new/aspell6-en-7.1-0/english.alias 2011-01-06 10:20:06.000000000 +0100 @@ -1,2 +1,2 @@ -# Generated with Aspell Dicts "proc" script version 0.60.2 +# Generated with Aspell Dicts "proc" script version 0.60.4 add en.multi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aspell6-en-6.0-0/info new/aspell6-en-7.1-0/info --- old/aspell6-en-6.0-0/info 2004-08-10 11:01:22.000000000 +0200 +++ new/aspell6-en-7.1-0/info 2011-01-06 09:52:28.000000000 +0100 @@ -7,8 +7,8 @@ email kevina at gnu org copyright Copyrighted mode aspell6 -version 6.0-0 -source-version 6 +version 7.1-0 +source-version 7.1 complete true accurate true url http://wordlist.sourceforge.net/ @@ -67,20 +67,37 @@ name en-wo_accents alias en:awli add en-common - add en_US-wo_accents-only - add en_GB-ise-wo_accents-only + add en-wo_accents-only dict: name en-w_accents add en-common - add en_US-w_accents-only - add en_GB-ise-w_accents-only + add en-w_accents-only dict: name en-variant_0 + alias en_US-variant_0:awli add en-variant_0 dict: name en-variant_1 + alias en_US-variant_1:awli add en-variant_1 dict: name en-variant_2 add en-variant_2 + +dict: + name en_GB-variant_0 + add en_GB-variant_0 +dict: + name en_GB-variant_1 + add en_GB-variant_1 + +dict: + name en_CA-variant_0 + add en_CA-variant_0 +dict: + name en_CA-variant_1 + add en_CA-variant_1 + + + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org