The lines following the header contain the words in the lexicon, one word per line, in the order defined by the Latin 1 (ISO-8859-1) character set.
Each word can be followed by a tabulation character and a one-letter action code, chosen from the following ones:
•a: the word should be unconditionally substituted with another one; the substitution should use the case pattern as listed in the lexicon.
•A: the word should be unconditionally substituted with another one; the substitution should use the case pattern of the original (checked) word.
•c: the word should be conditionally substituted with another one; the substitution should use the case pattern as listed in the lexicon.
•C: the word should be conditionally substituted with another one; the substitution should use the case pattern of the original (checked) word.
•e: the word should be treated as misspelled, even if it is defined in other lexicons
•i: the word should be ignored (skipped) because it is considered correctly spelled
if the action code is not specified i is assumed. Action codes a, A, c and C are followed by a space and then the word to be used for replacement.