extensions/spellcheck/hunspell/src/README.hunspell

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 ******* BEGIN LICENSE BLOCK *******
michael@0 2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
michael@0 3 *
michael@0 4 * The contents of this file are subject to the Mozilla Public License Version
michael@0 5 * 1.1 (the "License"); you may not use this file except in compliance with
michael@0 6 * the License. You may obtain a copy of the License at
michael@0 7 * http://www.mozilla.org/MPL/
michael@0 8 *
michael@0 9 * Software distributed under the License is distributed on an "AS IS" basis,
michael@0 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
michael@0 11 * for the specific language governing rights and limitations under the
michael@0 12 * License.
michael@0 13 *
michael@0 14 * The Initial Developers of the Original Code are Kevin Hendricks (MySpell)
michael@0 15 * and László Németh (Hunspell). Portions created by the Initial Developers
michael@0 16 * are Copyright (C) 2002-2005 the Initial Developers. All Rights Reserved.
michael@0 17 *
michael@0 18 * Contributor(s): Kevin Hendricks (kevin.hendricks@sympatico.ca)
michael@0 19 * David Einstein (deinst@world.std.com)
michael@0 20 * László Németh (nemethl@gyorsposta.hu)
michael@0 21 * Ryan VanderMeulen (ryanvm@gmail.com)
michael@0 22 * Caolan McNamara (caolanm@redhat.com)
michael@0 23 *
michael@0 24 * Alternatively, the contents of this file may be used under the terms of
michael@0 25 * either the GNU General Public License Version 2 or later (the "GPL"), or
michael@0 26 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
michael@0 27 * in which case the provisions of the GPL or the LGPL are applicable instead
michael@0 28 * of those above. If you wish to allow use of your version of this file only
michael@0 29 * under the terms of either the GPL or the LGPL, and not to allow others to
michael@0 30 * use your version of this file under the terms of the MPL, indicate your
michael@0 31 * decision by deleting the provisions above and replace them with the notice
michael@0 32 * and other provisions required by the GPL or the LGPL. If you do not delete
michael@0 33 * the provisions above, a recipient may use your version of this file under
michael@0 34 * the terms of any one of the MPL, the GPL or the LGPL.
michael@0 35 *
michael@0 36 ******* END LICENSE BLOCK *******
michael@0 37
michael@0 38 Hunspell Version: 1.3.2
michael@0 39 Additional Patches: 694002, 710967, 710940, 784776
michael@0 40
michael@0 41 Hunspell Author: László Németh
michael@0 42 MySpell Author: Kevin Hendricks & David Einstein
michael@0 43
michael@0 44 Hunspell is a spell checker and morphological analyser library. Hunspell
michael@0 45 is based on OpenOffice.org's Myspell. Documentation, tests, and examples
michael@0 46 are available at http://hunspell.sourceforge.net.
michael@0 47
michael@0 48 A special thanks and credit goes to Geoff Kuenning, the creator of Ispell.
michael@0 49 MySpell's affix algorithms were based on those of Ispell, which should be
michael@0 50 noted is copyright Geoff Kuenning et al and now available under a BSD-style
michael@0 51 license. For more information on Ispell and affix compression in general,
michael@0 52 please see: http://lasr.cs.ucla.edu/geoff/ispell.html (Ispell homepage)
michael@0 53
michael@0 54 An almost complete rewrite of MySpell for use by the Mozilla project was
michael@0 55 developed by David Einstein. David was a significant help in improving MySpell.
michael@0 56
michael@0 57 Special thanks also goes to László Németh, who is the author of the Hungarian
michael@0 58 dictionary and who developed and contributed the code to support compound words
michael@0 59 in MySpell and fixed numerous problems with the encoding case conversion tables
michael@0 60 along with rewriting MySpell as Hunspell and ensuring compatibility with the
michael@0 61 Mozilla codebase.

mercurial