Ausam/doc/man/man1/spell.1

Find at most related files.
including files from this version of Unix.

.th CHECKVOCAB VII 77/9/28
.sh NAME
checkvocab - check the words used in a text file by reporting those not included in a dictionary or a supplementary file
.sh SYNOPSIS
.it checkvocab
filename
.sh DESCRIPTION
This is a shell procedure which is used to check the spelling 
of words in a text file. It was written primarily because "spell"
was not available. The words in a text file are isolated, "usorted" and then looked up
in a dictionary stored in a compressed format.
.s3
Any words not found in the 
dictionary are written to a file called
.it filename.doubt.
This file is displayed using "mc" and is not removed.
.s3
If a file called
.it filename.words
exists, 
.it filename.doubt
is culled before printing of any words the two files have in common.
This feature allows one to keep a private supplement of special words which
are not in the dictionary.
.s3
The characters ``-'', ``_'', ``.'' and ``'''are taken as alphabetic
if preceded and succeeded by genuinely alphabetic characters. Thus
"e.g." will give rise to "e.g" rather than "e" and "g" in the list of doubtful words.
Upper case alphabetics are all translated to lower case as you would expect.
.sh FILES
/usr/lib/translate
.br
/usr/lib/sd
.br
/usr/lib/cdict
.sh "SEE ALSO"
spell(I), typo(I)
.sh AUTHOR
J. Lions, UNSW, September '77
.sh BUGS
The 
.it file.name
should not contain more than 12 characters.