2 * Copyright 2002 Kevin B. Hendricks, Stratford, Ontario, Canada
\r
3 * And Contributors. All rights reserved.
\r
5 * Redistribution and use in source and binary forms, with or without
\r
6 * modification, are permitted provided that the following conditions
\r
9 * 1. Redistributions of source code must retain the above copyright
\r
10 * notice, this list of conditions and the following disclaimer.
\r
12 * 2. Redistributions in binary form must reproduce the above copyright
\r
13 * notice, this list of conditions and the following disclaimer in the
\r
14 * documentation and/or other materials provided with the distribution.
\r
16 * 3. All modifications to the source code must be clearly marked as
\r
17 * such. Binary redistributions based on modified source code
\r
18 * must be clearly marked as modified versions in the documentation
\r
19 * and/or other materials provided with the distribution.
\r
21 * THIS SOFTWARE IS PROVIDED BY KEVIN B. HENDRICKS AND CONTRIBUTORS
\r
22 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
\r
23 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
\r
24 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
\r
25 * KEVIN B. HENDRICKS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
\r
26 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
\r
27 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
\r
28 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
\r
29 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
\r
30 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
\r
31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\r
35 * NOTE: A special thanks and credit goes to Geoff Kuenning
\r
36 * the creator of ispell. MySpell's affix algorithms were
\r
37 * based on those of ispell which should be noted is
\r
38 * copyright Geoff Kuenning et.al. and now available
\r
39 * under a BSD style license. For more information on ispell
\r
40 * and affix compression in general, please see:
\r
41 * http://www.cs.ucla.edu/ficus-members/geoff/ispell.html
\r
42 * (the home page for ispell)
\r
44 * An almost complete rewrite of MySpell for use by
\r
45 * the Mozilla project has been developed by David Einstein
\r
46 * (Deinst@world.std.com). David and I are now
\r
47 * working on parallel development tracks to help
\r
48 * our respective projects (Mozilla and OpenOffice.org
\r
49 * and we will maintain full affix file and dictionary
\r
50 * file compatibility and work on merging our versions
\r
51 * of MySpell back into a single tree. David has been
\r
52 * a significant help in improving MySpell.
\r
54 * Special thanks also go to La'szlo' Ne'meth
\r
55 * <nemethl@gyorsposta.hu> who is the author of the
\r
56 * Hungarian dictionary and who developed and contributed
\r
57 * the code to support compound words in MySpell
\r
58 * and fixed numerous problems with the encoding
\r
59 * case conversion tables.
\r