Date: Wed, 27 Nov 1996 12:02:16 +0100 (MET) From: Oystein Soreide <oystein@frosk.zoo.uib.no> To: "Victor A. Sudakov" <victor@vas.tomsk.su> Cc: freebsd-questions@freebsd.org Subject: Re: How can I check spelling of a text? Message-ID: <Pine.BSF.3.91.961127114338.28839A-100000@frosk.zoo.uib.no> In-Reply-To: <AAkrvcoeF0@vas.tomsk.su>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 27 Nov 1996, Victor A. Sudakov wrote:
> > how about `ispell`?
>=20
> Does it use the dictionary files in /usr/share/dict I wonder?
> It does not seem to.
If you have read the manual , you can see that there are several=20
environment variables you can set. In this case DICTIONARY can be set.
ispell uses /usr/local/lib/english.hash for hashed dictionary.
and the dictionary at /usr/share/web2
from ispell(1) :
ENVIRONMENT
DICTIONARY
Default dictionary to use, if no -d flag is given.
WORDLIST
Personal dictionary file name
FILES
/usr/local/lib/english.hash
Hashed dictionary (may be found in some other local
directory, depending on the system).
/usr/local/lib/english.aff
Affix-definition file for munchlist
/usr/dict/web2 or /usr/dict/words
For the Lookup function (depending on the WORDS
compilation option).
=D8ystein
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.961127114338.28839A-100000>
