Operating System - OpenVMS
1827854 Members
1618 Online
109969 Solutions
New Discussion

Re: OpenVMS spellchecker

 
Brad Albertson
New Member

OpenVMS spellchecker

I am wondering if OpenVMS has a dictionary of sorts that can be used as a spellchecker. I am running version 7.3 on a Alpha DS15.
3 REPLIES 3
Ian Miller.
Honored Contributor

Re: OpenVMS spellchecker

There was the Vassar/DECUS Spell program and DECspell.
http://h71000.www7.hp.com/freeware/freeware50/decspell/

I guess the DECUS tapes are online somwhere.
____________________
Purely Personal Opinion
Hein van den Heuvel
Honored Contributor

Re: OpenVMS spellchecker


There is a modest (40,000) word dictionary on each vms box:

SYS$COMMON:[SYSLIB]VMS$PASSWORD_DICTIONARY.DATA;1

It is a single key indexed file, space padded 32 byte records.

Of course that does not make a spellchecker, but it could be a start.

fwiw,
Hein.
Doug Phillips
Trusted Contributor

Re: OpenVMS spellchecker

Re: DECUS/SPELL

At Hunter Goatley's site,

http://vms.process.com/fileserv-software.html

you can find SPELL and SPELL_DICTIONARY

-Doug