aspell-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Aspell-user] Call aspell from java


From: Kevin Atkinson
Subject: Re: [Aspell-user] Call aspell from java
Date: Mon, 29 Nov 2004 13:27:53 -0700 (MST)

On Mon, 29 Nov 2004, Christoph Hintermüller wrote:

> Hi
> Am Montag, 29. November 2004 18:45 schrieb keroppi kero:
> > I'm trying to call aspell from java. I want aspell check one file and put 
> > the output in sell console.
> > 
> > I'm using windows XP :(
> > 
> > I've try it with this called:
> > 
> > aspell --lang=es --encoding=utf-8 <c:\pepe.txt
> > 
> > but this call return an error with this message: "Error: You must especify 
> > an action" (if I do it from shell comand).
> > 
> > If I do this call from java then Aspell is waitnig for words in the comand 
> > line.
> > 
> First of all sorry for the Flame but do you windows guys never read 
> documentation shiped with the programs just a question ?
> Second read manual it tells you that you have to modify your above call line 
> to
>   aspell --lang=es --encoding=utf-8 -p <c:\pepe.txt
>                                                                ^^
> this small -p tell aspell to do spellchecking in pipemode thus reading form 
> standard in and writing to standard out. you could spell it like that too
>   aspell --lang=es --encoding=utf-8 pipe <c:\pepe.txt

Um no.  The option is '-a' NOT '-p'

-- 
http://kevin.atkinson.dhs.org






reply via email to

[Prev in Thread] Current Thread [Next in Thread]