Prev | Next | spell |
$spell word list$$
AddNumber
is two words namely Add
and Number
.
Often, there are words in the text of a document that are not
part of the standard or local
dictionary
.
Any words that appear in
word_list
will be considered correctly spelled even if they are not in
either of the dictionaries.
word_list
,
it will be considered correctly spelled.
spell
command has effect from the point of the command to
the next end
command; i.e., the end of the section
that the command appears in.
If there are multiple spell
commands in a section,
the effect is cumulative.
$spell
Wordone
wordtwo
$$
$codep
wordone
Wordtwo
wordthree
$$
results in the following output
wordone
Wordtwo
wordthree
In addition, an error message that identifies wordthree
as misspelled is printed on standard output
.
$spell
word word
$$
$codep
this this
word word
$$
results in the following output
this this
word word
In addition, an error message that identifies this this
as a spelling error is printed on standard output.
error.wrd
to your new dictionary
to make your new dictionary compatible with your current help system.
english.wrd
and the local dictionary is located in a file called
local.wrd
.
A combined binary version of these dictionaries is located in a file called
dictionary.bin
english.wrd
file distributed with OMhelp
is a combination of the files
words*.lst
from the web site:
http://www.bookcase.com/library/software/msdos.education.linguistics.html
(together with all the single letters a
through z
).
Unfortunately, this web address no longer exists.