Xref: utzoo comp.sys.amiga:66563 comp.sys.amiga.tech:14567 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!know!zaphod.mps.ohio-state.edu!wuarchive!psuvax1!psuvm!uh2 From: UH2@psuvm.psu.edu (Lee Sailer) Newsgroups: comp.sys.amiga,comp.sys.amiga.tech Subject: Re: Word prediction Message-ID: <90264.142211UH2@psuvm.psu.edu> Date: 21 Sep 90 18:22:11 GMT References: <1990Sep19.035721.14224@zip.eecs.umich.edu> Distribution: na Organization: Penn State University Lines: 21 In article <1990Sep19.035721.14224@zip.eecs.umich.edu>, gilgalad@dip.eecs.umich.edu (Ralph Seguin) says: >Hi. Does anybody know whether or not there exist programs to >do word prediction (pop a list up of words given a portion of the word) >for interactive work on the Amiga? The SPELL program that comes with Word Perfect dows something like this. It will retrieve words that match a pattern, like AB???CD?? Also, it uses some sort of sound-alike algorithm (SOUNDEX?) so that searching for a word like Guvmint might find government and gloveman. Also, consider using the ARP search command or a grep. There are a couple of PD spell checkers that come with pretty large dictionaries. Both egrep and search offer pretty wild regular expression pattern languages, so you could match just about anything pretty efficiently. lee