home *** CD-ROM | disk | FTP | other *** search
- /* DOPT: Temporary Suffix List for MicroSPELL 1.0
- Spell Checker and Corrector
-
- (C)opyright May 1987 by Daniel Lawrence
- All Rights Reserved
- */
-
- char *sfx[] = { /* legal common word suffixes */
- "'clock",
- "ating",
- "ation",
- "cally",
- "ement",
- "ility",
- "ional",
- "table",
- "tions",
- "able",
- "ally",
- "ance",
- "ated",
- "ates",
- "ator",
- "ding",
- "ence",
- "ents",
- "ings",
- "ions",
- "ious",
- "lity",
- "ment",
- "ring",
- "sive",
- "tain",
- "ting",
- "tion",
- "tive",
- "ture",
- "'er",
- "'ll",
- "'re",
- "'ve",
- "ace",
- "ack",
- "age",
- "ain",
- "and",
- "ant",
- "ard",
- "ary",
- "ate",
- "ble",
- "ect",
- "ent",
- "ers",
- "ery",
- "ess",
- "est",
- "ful",
- "ght",
- "ial",
- "ice",
- "ide",
- "ine",
- "ing",
- "ion",
- "ish",
- "ist",
- "ite",
- "ity",
- "ive",
- "ize",
- "lly",
- "n't",
- "nce",
- "nds",
- "nts",
- "one",
- "ons",
- "ore",
- "ous",
- "red",
- "ted",
- "ter",
- "tic",
- "tor",
- "ure",
- "'d",
- "'m",
- "'s",
- "al",
- "ce",
- "ed",
- "er",
- "es",
- "le",
- "ly",
- "ns",
- "nt",
- "on",
- "re",
- "rs",
- "ry",
- "te",
- "ts",
- "'",
- "a",
- "b",
- "c",
- "d",
- "e",
- "f",
- "g",
- "h",
- "i",
- "j",
- "k",
- "l",
- "m",
- "n",
- "o",
- "p",
- "q",
- "r",
- "s",
- "t",
- "u",
- "v",
- "w",
- "x",
- "y",
- "z"
- };
-
- #define NSUFFIX sizeof(sfx) / sizeof(char *)