Find Spelling Errors
spell_check.pl is a simple Perl spell check script to find spelling errors in a text document, for example an HTML file. spell_check.pl uses the find_words script to identify words in the specified text file. For each word, one or more lookups are done: first in the standard ispell dictionary, and if not found, second in the specified local dictionary, in this case PIKTDictionary.obj. Any word not found in either dictionary indicates a possible spelling error and is output, one word per line. If any of these possibly misspelled words are not a genuine spelling mistake, they should be added to the local dictionary file (PIKTDictionary.obj).
spell_check.pl is called by the ReportPIKTSpellingErrors Pikt script.
For more examples, see Samples.