Quoting Simon Brouwer <[EMAIL PROTECTED]>: > Hi, > > Is it possible to run Hunspell in a standalone mode, feeding it a list > of words and obtaining a file that contains the spell check results and > suggestions for these words?
Yes, it is using standard input. Download the latest source (http://sourceforge.net/projects/hunspell), and (on Linux, or in Cygwin environment on Windows) $ tar xvzf hunspell-1.1.4.tar.gz $ cd hunspell-1.1.4 $ ./configure $ make $ echo mispelll | src/tools/hunspell -d [OOo]/share/dict/ooo/en_US Hunspell 1.1.4 & mispelll 5 0: misspell, dispelled, dispelling, Ispell, ispell See Hunspell (or Ispell) manual for the syntax description of the standard output. Best regards, Laci > > -- > Vriendelijke groet, > Simon Brouwer. > > | nl.openoffice.org | www.opentaal.org | > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
