[comp.text] Extra dictionaries for spell?

jantypas@hope.UUCP (John Antypas) (05/26/88)

Oh wise and wonderous Unix wizards -- answer this humble question please?
Does anyone know how to tell spell that I have a dictionary of specialized 
words in addition to the main list?  (Sys V.2 Unix)  I'm writing papers on
neurophysiology and it gets pretty tiresome reinstructing the spell program
each time it finds a "special" word.

Thanks.

John Antypas -- Soft21 --21st Century Software:

UUCP: {buita, garp, killer, pyramid, reed, ucsd!ucrmath, uport}!soft21!jantypas
Internet: jantypas%soft21.uucp@{garp.MIT.EDU, ucsd.EDU} BITNET: jantypas@ucrvms

romwa@gpu.utcs.toronto.edu (Mark Dornfeld) (05/27/88)

In article <275@ucrmath.UUCP> jantypas@soft21.UUCP (John Antypas) writes:
>Oh wise and wonderous Unix wizards -- answer this humble question please?
>Does anyone know how to tell spell that I have a dictionary of specialized 
>words in addition to the main list?  (Sys V.2 Unix)  I'm writing papers on
>neurophysiology and it gets pretty tiresome reinstructing the spell program
>each time it finds a "special" word.
>
Try reading the manual; there really is help there.

Mark T. Dornfeld
Royal Ontario Museum
100 Queens Park
Toronto, Ontario, CANADA
M5S 2C6

mark@utgpu!rom      - or -     romwa@utgpu

root@cca.ucsf.edu (Computer Center) (06/03/88)

In article <275@ucrmath.UUCP>, jantypas@hope.UUCP (John Antypas) writes:
> Does anyone know how to tell spell that I have a dictionary of specialized 
> words in addition to the main list? 
> 

Here is a little script (for csh users can be an alias) to do it
for those who don't want to deal with spellin/spellout:

  spell $* | sort | comm -23 - mydict

where mydict is a simple sorted wordlist. The "spell" history capability
can help to build it.

Thos Sumner       (thos@cca.ucsf.edu)   BITNET:  thos@ucsfcca
(The I.G.)        (...ucbvax!ucsfcgl!cca.ucsf!thos)

OS|2 -- an Operating System for puppets.

#include <disclaimer.std>